Wednesday, 2015-02-11

*** etoews has joined #openstack-sdks01:37
briancurtinsigmavirus24: ugh, so it doesn't actually work any better at home with different DNS. so weird.01:38
sigmavirus24hm01:38
sigmavirus24what does dig show you?01:38
briancurtinsigmavirus24: looks normal from what i can tell https://gist.github.com/briancurtin/1d02a0e53d6043a0b89701:40
sigmavirus24Interesting01:42
sigmavirus24so just doing requests.get('https://storage101.iad3.clouddrive.com') returns instantly for me01:42
sigmavirus24I get a 404, sure, but I get it very quickly01:43
briancurtinim running a little script through the profile module to see if that can point out where it's sitting01:44
briancurtinthat same get is still just sitting there01:44
sigmavirus24I wonder if you can strace the pid01:44
sigmavirus24see what's happening there01:44
* sigmavirus24 is going to switch computers01:46
*** sigmavirus24 is now known as sigmavirus24_awa01:47
*** sigmavirus24_awa is now known as sigmavirus2401:51
*** etoews_ has joined #openstack-sdks01:54
*** etoews has quit IRC01:55
briancurtineh, i give up. next topic01:55
sigmavirus24strace not give you anything interesting?02:02
briancurtinim not even going to bother with that. if i need to do rackspace stuff i'll just do it during the day, or if i need to, VPN in or do the work SSHed in somewhere02:04
briancurtinplus i think it's beyond my control anyway. a lot of the time git review is wildly slow where it sits for around a minute before doing anything, pretty similar to how this was working02:05
sigmavirus24ick02:05
sigmavirus24go forth and frolick briancurtin =P02:05
*** pm90__ has joined #openstack-sdks02:37
*** pm90_ has quit IRC02:37
openstackgerritZhiyuan Cai proposed openstack/python-openstackclient: Fix error msg in sort_items  https://review.openstack.org/15474102:38
*** ayoung has quit IRC02:41
*** sigmavirus24 is now known as sigmavirus24_awa02:46
*** etoews_ has quit IRC02:49
*** ayoung has joined #openstack-sdks02:53
jamielennoxbriancurtin: missed the meeting - did you get rackspace auth to work as a plugin?02:55
briancurtinjamielennox: yep - it's temporarily living at https://github.com/briancurtin/rackspace-sdk-plugin but i can pip install that locally and auth to rackspace and work with it fine02:56
jamielennoxbriancurtin: i haven't looked in a while but has the interface changed since keystoneclient auth plugins?02:57
briancurtinjamielennox: not that i remember. i dont think we've touched that much at all02:57
jamielennoxbecause that would be good to see as a standalone package02:57
jamielennoxi know other people have complained about the difference between rax auth and keystone v202:58
briancurtinjamielennox: do you mean separately from this work for the SDK, as in something to work directly with KSC as it lives today?03:01
jamielennoxbriancurtin: i was thinking if it works in KSC then it should work for sdk03:01
jamielennoxand we are starting to push non standard auth plugins out into there own repos03:01
jamielennoxfor example03:01
jamielennoxhttps://github.com/openstack/python-keystoneclient-kerberos03:01
jamielennoxhttps://github.com/openstack/python-keystoneclient-federation03:02
briancurtinjamielennox: ah i see. i can write something up like those which will work for rackspace03:02
jamielennoxbecause of the loading system we have mostly you reference these plugins (from config or CLI) via the entrypoint name rather than repo03:02
jamielennoxright - so for example OSC would get --os-auth-type v2rax and just work03:03
briancurtinsounds good. i will see if i can hack on this within the next few days03:06
*** etoews has joined #openstack-sdks03:06
jamielennoxmorgan is pushing me to extract session into its own library again, so that might be a way to bring SDK and KSC back into alignment03:08
*** etoews has quit IRC03:11
*** etoews has joined #openstack-sdks03:15
*** etoews has quit IRC03:20
*** etoews has joined #openstack-sdks04:16
*** etoews has quit IRC04:20
*** etoews has joined #openstack-sdks05:17
*** etoews has quit IRC05:21
*** etoews has joined #openstack-sdks06:17
*** etoews has quit IRC06:22
*** pm90__ has quit IRC06:25
*** pm90_ has joined #openstack-sdks06:26
*** pm90__ has joined #openstack-sdks06:28
*** pm90_ has quit IRC06:31
*** terrylhowe has quit IRC06:36
*** etoews has joined #openstack-sdks06:59
*** etoews has quit IRC07:03
*** pm90__ has quit IRC07:15
*** pm90_ has joined #openstack-sdks07:15
*** Miouge has joined #openstack-sdks07:40
*** pm90_ has quit IRC07:57
*** chlong has quit IRC08:00
*** etoews has joined #openstack-sdks08:00
*** etoews has quit IRC08:04
*** etoews has joined #openstack-sdks09:01
*** etoews has quit IRC09:05
*** stevemar has quit IRC09:47
*** etoews has joined #openstack-sdks10:01
*** etoews has quit IRC10:06
*** etoews has joined #openstack-sdks10:53
*** etoews has quit IRC10:58
*** samueldmq-away is now known as samueldmq11:01
*** etoews has joined #openstack-sdks11:12
*** etoews has quit IRC11:16
*** f13o has quit IRC11:19
*** f13o has joined #openstack-sdks11:43
*** Miouge_ has joined #openstack-sdks11:48
*** Miouge has quit IRC11:49
*** Miouge_ is now known as Miouge11:49
*** Miouge has quit IRC11:52
*** Miouge has joined #openstack-sdks12:24
*** Miouge has quit IRC12:32
openstackgerritZhiyuan Cai proposed openstack/python-openstackclient: Fix error msg in sort_items  https://review.openstack.org/15474112:37
*** Miouge has joined #openstack-sdks12:49
*** pm90_ has joined #openstack-sdks13:07
*** etoews has joined #openstack-sdks13:13
*** etoews has quit IRC13:17
openstackgerritMonty Taylor proposed stackforge/os-client-config: Make sure we're deep-copying the auth dict  https://review.openstack.org/15487313:33
openstackgerritMonty Taylor proposed stackforge/os-client-config: Make sure we're deep-copying the auth dict  https://review.openstack.org/15487313:40
mordreddtroyer: ^^ found a breaking bug this morning13:44
*** bknudson has joined #openstack-sdks13:49
*** terrylhowe has joined #openstack-sdks13:52
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478214:26
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478214:30
openstackgerritMonty Taylor proposed stackforge/os-client-config: Don't return the auth dict inside the loop  https://review.openstack.org/15489014:31
*** etoews has joined #openstack-sdks14:54
*** sigmavirus24_awa is now known as sigmavirus2414:55
openstackgerritMerged stackforge/os-client-config: Make sure we're deep-copying the auth dict  https://review.openstack.org/15487314:56
openstackgerritMerged stackforge/os-client-config: Don't return the auth dict inside the loop  https://review.openstack.org/15489014:58
*** etoews has quit IRC15:00
*** etoews has joined #openstack-sdks15:02
briancurtinterrylhowe: any thoughts on me cutting a new SDK release, 0.3? i went in and added a rackspace extension to object_store as a test of working with custom resource/proxy in my plugin, and the tests have to depend on the pre-summit version (at least via travis, locally i've been manually installing to my checkout) - this would also be generally good to show15:32
briancurtinoff some examples15:32
*** ayoung has quit IRC15:34
terrylhowebriancurtin: please do cut a new release15:40
terrylhowebriancurtin: jamielennox I think we need to resync SDK and KSC.  I’ve had a task card to do that for months now15:42
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Update README and setup text for PyPI  https://review.openstack.org/15493716:25
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Update README and setup text for PyPI  https://review.openstack.org/15493716:26
*** stevemar has joined #openstack-sdks16:26
openstackgerritAndrey Kurilin proposed openstack/python-openstackclient: Remove versioning import of novaclient  https://review.openstack.org/15291916:27
*** ayoung has joined #openstack-sdks16:29
sigmavirus24etoews: mind if I privmsg you?16:33
etoewssigmavirus24: sure16:33
openstackgerritMerged stackforge/python-openstacksdk: Update README and setup text for PyPI  https://review.openstack.org/15493716:42
briancurtinterrylhowe: https://pypi.python.org/pypi/python-openstacksdk (0.3.0 had the old readme, 0.3.1 somehow still had the old readme after the change, and now 0.3.2 looks nice)16:53
terrylhowelooks great briancurtin I should revive my OSC proof of concept16:54
*** ayoung has quit IRC17:00
stevemarsigmavirus24, qq about a review comment17:19
sigmavirus24hm?17:19
* sigmavirus24 has been working through a backlog of about ~300 since yesterday17:19
sigmavirus24so I'm not sure which you're talking about17:19
stevemarsigmavirus24, :) https://review.openstack.org/#/c/154752/1/doc/source/usage.rst17:19
sigmavirus24Ah, I meant _ENFORCER in that case17:20
sigmavirus24We never declare a global enforcer17:20
stevemaroh, d'oh17:20
sigmavirus24I'm not sure if that's the recommended pattern though17:20
stevemardoubt it17:20
stevemaryou are right17:20
stevemari'll lower case it17:21
sigmavirus24You can make an enforcer factory function17:21
stevemarit's just something we do in keystone17:21
sigmavirus24Yeah I get it17:24
sigmavirus24You've made me re-evaluate if we really need so many17:24
sigmavirus24But whatever =P17:25
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478217:25
sigmavirus24Our policy enforcement is currently kind of terrible anyway17:25
stevemarsigmavirus24, shhh...17:40
sigmavirus24stevemar: no I meant in glance17:40
sigmavirus24oslo.policy is pretty good but glance isn't properly leveraging it17:40
*** ayoung has joined #openstack-sdks17:48
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478217:55
openstackgerritJulia Kreger proposed stackforge/os-client-config: Allow region_name to be None  https://review.openstack.org/15388218:16
openstackgerritJulia Kreger proposed stackforge/os-client-config: Prefer dest value when option is depricated  https://review.openstack.org/15498718:16
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478218:23
openstackgerritJulia Kreger proposed stackforge/os-client-config: Prefer dest value when option is depricated  https://review.openstack.org/15498718:30
*** Miouge has quit IRC18:44
*** samueldmq has quit IRC18:50
*** tellesnobrega has quit IRC18:50
openstackgerritMerged stackforge/os-client-config: Allow region_name to be None  https://review.openstack.org/15388218:50
openstackgerritMerged stackforge/os-client-config: Prefer dest value when option is depricated  https://review.openstack.org/15498718:51
*** tellesnobrega has joined #openstack-sdks19:16
briancurtinterrylhowe: in that compute resource doc change, i think https://review.openstack.org/#/c/152275/ would cover some of those comments you had about special props, such as Server.flavor20:13
terrylhoweyeh briancurtin sounds good20:14
*** sigmavirus24 is now known as sigmavirus24_awa20:33
*** sigmavirus24_awa is now known as sigmavirus2420:36
*** tellesnobrega has quit IRC20:57
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478220:59
*** tellesnobrega has joined #openstack-sdks21:00
openstackgerritTerry Howe proposed openstack/python-openstackclient: Subnet CRUD  https://review.openstack.org/8478221:02
*** etoews has quit IRC21:57
stevemarsigmavirus24, up for a weird error?21:58
*** etoews has joined #openstack-sdks21:58
sigmavirus24hah. why not?21:58
stevemarsigmavirus24, i can't recreate it in my dev env. https://review.openstack.org/#/c/154752/21:58
stevemaron second thought, let me nuke .tox, maybe that'll help21:59
sigmavirus24stevemar: alternatively tox -r -e py2722:01
stevemarsigmavirus24, sometimes i find that doesn't quite do the trick22:01
sigmavirus24stevemar: fair22:01
stevemarnope, still can't recreate it22:06
*** britthouser has quit IRC22:08
sigmavirus24hm22:17
sigmavirus24let me try22:17
stevemaronly seems to be happening at the gate level22:21
sigmavirus24stevemar: I can't reproduce locally on my laptop so I'm trying on an ubuntu box in the sky22:30
sigmavirus24which has no problems now that I pulled those changes =P22:30
stevemarsigmavirus24, yeah i'm getting stumped here22:31
sigmavirus24stevemar: I'm more familiar with getting treed and having to call the fire department22:33
stevemarhehe22:34
stevemarquite climbing the trees then22:34
sigmavirus24but there are birds up there!22:37
sigmavirus24stevemar: of course that time it passes23:05
sigmavirus24watch it be a hashseed problem23:05
*** etoews has quit IRC23:36
*** chlong has joined #openstack-sdks23:37
*** britthouser has joined #openstack-sdks23:47
stevemarsigmavirus24, welp, it merged23:47
sigmavirus24yeah23:48
sigmavirus24it is23:49
sigmavirus24very confusing why that wasn't passing before23:49
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Introduce the Volume service  https://review.openstack.org/15511323:57

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