Thursday, 2014-09-04

*** jdag__ has quit IRC00:03
openstackgerritA change was merged to stackforge/python-openstacksdk: Work toward Python 3.4 support and testing  https://review.openstack.org/11883400:05
*** travisplummer has joined #openstack-sdks00:06
*** jdag___ has joined #openstack-sdks00:06
*** etoews has joined #openstack-sdks00:09
*** paybackman has quit IRC00:12
*** dhellmann_ has quit IRC00:12
*** dhellmann has joined #openstack-sdks00:12
*** HenryG has quit IRC01:51
*** HenryG has joined #openstack-sdks02:40
*** terrylhowe has joined #openstack-sdks02:46
*** briancurtin has quit IRC03:15
*** stevemar has joined #openstack-sdks03:27
*** etoews has quit IRC03:50
openstackgerritAaron Rosen proposed a change to openstack/python-openstackclient: Leverage openstack.common.importutils for import_class  https://review.openstack.org/11897305:23
stevemarjamielennox, ping06:14
jamielennoxstevemar: hey06:14
stevemarjamielennox, super quick question about session and auth plugins06:15
stevemargiven a session, does it have a property or some way to find out what plugin it's using?06:15
jamielennoxsession.auth is public06:15
jamielennoxthat's the plugin if installed on the session06:16
stevemarand that should return v3Token or v3Password, whatever class you used06:16
jamielennoxthat will return the object06:16
stevemaryep06:16
jamielennoxthe plugin object06:16
jamielennoxit's slightly more complicated than that, because passing auth= in request() will override the one on session so you can't always assume that session.auth is what will be used, but in general it's ok06:17
stevemargotcha06:17
stevemarneat06:17
jamielennoxosc related?06:17
stevemarthat is all, thanks jamielennox :)06:17
stevemaryep06:17
stevemarfinally moving to plugins!06:17
stevemarthanks to dtroyer06:18
jamielennoxhey! i looked at his patch a while ago and had an attempt at fixing it but didn't get far06:18
stevemarjamielennox, you could look at this one: https://review.openstack.org/#/c/106178/4 (oh you're a reviewer :))06:18
stevemarthe interesting bits are in openstackclient/common/clientmanager.py06:19
jamielennoxyea, this is what i remember - even if you create all the plugins you still need to have all the variables available so that you can send it to the other clietns06:20
dtroyerjamielennox: baby steps… ;)06:21
jamielennoxdtroyer: i'm never sure if you're here ~8hours ago - its late for you06:22
stevemardtroyer, you are up awfully late today06:22
*** mattyw has joined #openstack-sdks06:23
dtroyerit is very late…stevemar you too?  I'm about done for the night…making up for some interruptions today that didn't include me borking my OpenWRT router's 5GHz radio… ;)06:24
jamielennoxbut this is kind of normal for stevemar06:24
stevemarjamielennox, yeah, i really need better sleeping hours06:24
stevemarbut nonetheless, i actually did have some interruptions today06:25
stevemarbut now sleep is looking mighty good, see ya tmrw gentlemen06:25
dtroyerditto for /me06:26
jamielennoxseeya guys06:26
openstackgerritAaron Rosen proposed a change to openstack/python-openstackclient: Leverage openstack.common.importutils for import_class  https://review.openstack.org/11897306:30
openstackgerritAaron Rosen proposed a change to openstack/python-openstackclient: Sync with oslo-incubator and add importutils  https://review.openstack.org/11898506:30
*** stevemar has quit IRC06:31
*** etoews has joined #openstack-sdks06:46
*** etoews has quit IRC06:51
*** VeggieMeat_ has joined #openstack-sdks07:04
*** VeggieMeat has quit IRC07:04
*** samchoi has quit IRC09:10
*** jdag___ has quit IRC09:51
*** jdag___ has joined #openstack-sdks09:53
*** k4n0_ has quit IRC10:33
*** k4n0 has joined #openstack-sdks10:35
*** VeggieMeat_ is now known as VeggieMeat10:59
*** dtroyer_zz has joined #openstack-sdks11:50
*** jamielenz has joined #openstack-sdks11:50
*** dtroyer has quit IRC11:51
*** jamielennox has quit IRC11:51
*** jamielenz is now known as jamielennox11:51
*** k4n0 has quit IRC13:12
*** etoews has joined #openstack-sdks13:14
*** etoews has quit IRC13:21
*** bknudson has joined #openstack-sdks13:35
*** etoews has joined #openstack-sdks13:47
*** etoews has quit IRC13:51
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: assertEquals order wrong  https://review.openstack.org/11906513:54
*** briancurtin has joined #openstack-sdks14:01
*** briancurtin has joined #openstack-sdks14:01
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Unordered dictionary causes variable results  https://review.openstack.org/11906814:07
*** etoews has joined #openstack-sdks14:09
*** mfer has joined #openstack-sdks14:15
*** mattyw has quit IRC14:17
*** glenc has quit IRC14:17
*** mattyw has joined #openstack-sdks14:33
*** glenc has joined #openstack-sdks14:33
*** mattyw has quit IRC14:33
*** glenc_ has joined #openstack-sdks14:33
*** glenc has quit IRC14:34
*** stevemar has joined #openstack-sdks14:35
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: assertEquals order wrong  https://review.openstack.org/11906514:47
*** mfer has quit IRC15:00
*** mfer has joined #openstack-sdks15:00
*** travisplummer has quit IRC15:20
openstackgerritA change was merged to stackforge/python-openstacksdk: Implement the rest of Swift containers and objects  https://review.openstack.org/11758415:34
*** mattyw has joined #openstack-sdks15:49
*** stevelle_ has joined #openstack-sdks16:15
*** stevelle_ has quit IRC16:23
*** samchoi has joined #openstack-sdks16:47
*** etoews has quit IRC16:47
*** etoews has joined #openstack-sdks16:59
*** etoews has quit IRC17:08
*** etoews has joined #openstack-sdks17:09
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Unordered dictionary causes variable results  https://review.openstack.org/11906817:25
openstackgerritAaron Rosen proposed a change to openstack/python-openstackclient: Sync with oslo-incubator and add importutils  https://review.openstack.org/11898518:07
openstackgerritAaron Rosen proposed a change to openstack/python-openstackclient: Leverage openstack.common.importutils for import_class  https://review.openstack.org/11897318:07
*** mattyw has quit IRC18:40
*** jdag___ is now known as jdaggett18:45
*** stevelle_ has joined #openstack-sdks18:59
*** etoews has quit IRC19:00
*** etoews has joined #openstack-sdks19:01
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Unordered dicts and lists causes variable results  https://review.openstack.org/11906819:24
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Unordered dicts and lists causes variable results  https://review.openstack.org/11906819:41
*** stevelle_ has quit IRC19:54
openstackgerritTerry Howe proposed a change to openstack/python-openstackclient: Multiple args for object and container commands  https://review.openstack.org/11442320:09
*** briancurtin has quit IRC20:52
*** briancurtin has joined #openstack-sdks20:53
*** briancurtin2 has joined #openstack-sdks20:55
*** briancurtin has quit IRC20:58
*** etoews_ has joined #openstack-sdks21:13
*** etoews has quit IRC21:15
openstackgerritA change was merged to stackforge/python-openstacksdk: compute/v2 limits_rate resource  https://review.openstack.org/11701021:38
openstackgerritA change was merged to stackforge/python-openstacksdk: identity/v2 role resource  https://review.openstack.org/11781921:44
*** briancurtin2 is now known as briancurtin21:51
*** briancurtin has joined #openstack-sdks21:51
*** etoews has joined #openstack-sdks22:20
*** etoews_ has quit IRC22:22
*** mfer has quit IRC22:25
*** stevemar has quit IRC22:50
*** etoews has quit IRC22:51
*** etoews has joined #openstack-sdks22:51
*** etoews has quit IRC22:56
*** etoews has joined #openstack-sdks23:21
*** etoews has quit IRC23:27

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