Thursday, 2014-07-03

*** terrylhowe has left #openstack-sdks02:51
*** stevemar has joined #openstack-sdks04:07
openstackgerritSteve Martinelli proposed a change to openstack/python-openstackclient: Remove keyring support from openstackclient  https://review.openstack.org/10434404:47
openstackgerritSteve Martinelli proposed a change to openstack/python-openstackclient: Remove keyring support from openstackclient  https://review.openstack.org/10434404:49
openstackgerritAlex Gaynor proposed a change to openstack/python-openstackclient: Remove keyring support from openstackclient  https://review.openstack.org/10434405:04
*** briancurtin is now known as briancurtin_away05:30
*** briancurtin_away is now known as briancurtin06:30
*** jamiehannaford has joined #openstack-sdks06:33
*** briancurtin is now known as briancurtin_away06:40
*** stevemar has quit IRC06:51
*** mattyw has joined #openstack-sdks07:20
*** samchoi has quit IRC07:22
*** briancurtin_away is now known as briancurtin07:31
*** briancurtin is now known as briancurtin_away07:41
openstackgerritMatthieu Huin proposed a change to openstack/python-openstackclient: trust authentication  https://review.openstack.org/10361908:12
*** briancurtin_away is now known as briancurtin10:16
*** briancurtin is now known as briancurtin_away10:18
*** briancurtin_away is now known as briancurtin11:19
*** briancurtin is now known as briancurtin_away11:28
*** briancurtin_away is now known as briancurtin12:19
*** terrylhowe has joined #openstack-sdks12:26
*** briancurtin is now known as briancurtin_away12:29
*** jamielennox is now known as jamielennox|away12:50
*** briancurtin_away is now known as briancurtin13:52
*** mfer has joined #openstack-sdks14:29
*** terrylhowe has left #openstack-sdks15:29
*** mfer has quit IRC15:36
*** stevemar has joined #openstack-sdks15:37
*** jamiehannaford has quit IRC15:46
*** jamiehannaford has joined #openstack-sdks15:49
*** dhellmann is now known as dhellmann_16:04
*** mfer has joined #openstack-sdks16:33
*** dhellmann_ is now known as dhellmann16:44
*** stevemar has quit IRC17:03
openstackgerritA change was merged to openstack/python-openstackclient: Python 3: do not use __builtin__  https://review.openstack.org/10437317:13
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Demo the SDK being used for networks  https://review.openstack.org/10462217:31
*** terrylhowe has joined #openstack-sdks17:33
*** mattyw has quit IRC17:49
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Add parameters to the list for filtering  https://review.openstack.org/10462617:52
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Keep id in _attrs  https://review.openstack.org/10462917:53
*** stevemar has joined #openstack-sdks17:56
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Make these comments H405 compliant  https://review.openstack.org/10464018:20
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Demo the SDK being used for networks  https://review.openstack.org/10462218:26
terrylhowedtroyer: when you get a chance take a look at https://review.openstack.org/#/c/104622/2/openstackclient/network/v2_0/network.py18:27
terrylhowedtroyer: SDK demo on OSC18:28
terrylhowecame out better than I expected18:28
*** mfer has quit IRC18:28
terrylhowetests are broken though, I didn’t want to take the effort to fix them if everyone hates it18:28
*** mfer has joined #openstack-sdks18:48
openstackgerritA change was merged to stackforge/python-openstacksdk: Make these comments H405 compliant  https://review.openstack.org/10464019:16
*** mfer has quit IRC19:18
*** jamiehannaford has quit IRC19:20
*** mfer has joined #openstack-sdks19:23
*** mfer has quit IRC19:31
*** jamiehannaford has joined #openstack-sdks19:35
openstackgerritA change was merged to stackforge/python-openstacksdk: Add --data option to debug curl logging  https://review.openstack.org/10256119:53
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Have exceptions print something by default  https://review.openstack.org/10250419:54
openstackgerritA change was merged to stackforge/python-openstacksdk: Have exceptions print something by default  https://review.openstack.org/10250420:01
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Add parameters to the list for filtering  https://review.openstack.org/10462620:03
briancurtinterrylhowe: on 104626, could the "_params" just be "params"?20:06
terrylhoweprobably, I don’t know why I did that20:07
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Add parameters to the list for filtering  https://review.openstack.org/10462620:09
openstackgerritA change was merged to stackforge/python-openstacksdk: Add parameters to the list for filtering  https://review.openstack.org/10462620:16
*** jamiehannaford has quit IRC20:17
*** jamiehannaford has joined #openstack-sdks20:20
*** jamiehannaford has quit IRC20:36
openstackgerritTerry Howe proposed a change to stackforge/python-openstacksdk: Add find method to resource  https://review.openstack.org/10468420:49
*** briancurtin is now known as briancurtin_away21:04
*** briancurtin_away is now known as briancurtin21:12
dtroyerterrylhowe: that OSC/SDK bit looks interesting.  But the network command structures are different enough that the usage really doesn't jump out at me yet.21:41
dtroyerthe resources only needing client.session rather than the client itself seems interesting…at least in this example you could do "session = self.app.client_manager.network.client" to simplify things a bit.  I don't know yet, though, if anything else in the client object would be useful...21:43
dtroyerhonestly, in that case maybe OSC's ClientManager should just keep a single session?21:44
dtroyerthanks for taking a swing at that, it's the sort of thing we need to do periodically to sanity check the design21:44
dtroyerterrylhowe: also, that reminds me that we decided to use 'v2' rather than 'v2_0' in the SDK paths…I'd like to do the same thing for OSC.  Changing Identity is going to be painful, but if you could start doing the network bits before we got too far down the road that would be great.21:46
openstackgerritSteve Martinelli proposed a change to openstack/python-openstackclient: add extensions to compute client  https://review.openstack.org/10470722:26
*** briancurtin is now known as briancurtin_away22:33
*** briancurtin_away is now known as briancurtin23:03
*** jamielennox|away is now known as jamielennox23:04
*** briancurtin is now known as briancurtin_away23:13
*** briancurtin_away is now known as briancurtin23:22
*** briancurtin is now known as briancurtin_away23:32

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!