*** etoews has joined #openstack-sdks | 00:05 | |
*** etoews has quit IRC | 00:09 | |
*** etoews has joined #openstack-sdks | 00:10 | |
*** stevemar has joined #openstack-sdks | 00:43 | |
stevemar | dtroyer, ping | 00:44 |
---|---|---|
stevemar | terrylhowe, ping? | 00:56 |
terrylhowe | stevemar: what’s up? | 01:08 |
stevemar | terrylhowe, q about your comment re: downloading objects in 'file' format | 01:19 |
stevemar | terrylhowe, so, whats the expected behaviour (i'll admit i didn't test it out) | 01:19 |
*** samchoi has quit IRC | 01:19 | |
terrylhowe | the only issue I recall now is it didn’t reconstruct the psuedo folders | 01:20 |
terrylhowe | into real folders on the Linux side | 01:20 |
stevemar | terrylhowe, oh so it should actually create the folder? | 01:20 |
stevemar | is that the behaviour seen in the existing swift client? | 01:21 |
terrylhowe | I don’t know the equivalent of mkdir -p off the top of my head | 01:21 |
stevemar | terrylhowe, i think this should cover it http://stackoverflow.com/questions/12517451/python-automatically-creating-directories-with-file-output | 01:22 |
terrylhowe | yep | 01:23 |
*** briancurtin has joined #openstack-sdks | 01:23 | |
terrylhowe | looks like there is an os.path.dirname command to extract the directory | 01:25 |
stevemar | terrylhowe, can you try out the change? | 01:25 |
stevemar | my env is acting funny | 01:26 |
stevemar | i'll push something in a minute | 01:26 |
*** etoews has quit IRC | 01:26 | |
terrylhowe | sure | 01:26 |
jamielennox | terrylhowe: this is kind of what i'm hoping for from a top level interface: https://etherpad.openstack.org/p/jamielennox-sdk-toplevel | 01:27 |
jamielennox | dtroyer, briancurtin: ^ | 01:27 |
openstackgerrit | Steve Martinelli proposed a change to openstack/python-openstackclient: Add support for 'file' format objects https://review.openstack.org/120297 | 01:28 |
jamielennox | i realize there is a lot of detail left out, but broad strokes | 01:28 |
stevemar | terrylhowe, git review -d 120297 | 01:28 |
terrylhowe | looks good stevemar | 01:32 |
stevemar | yay! | 01:32 |
stevemar | terrylhowe, thanks for trying it out :) | 01:33 |
terrylhowe | jamielennox: It all looks good to me, my only thing is seems like the connection would have-a scoped auth and connection would have a *lot* of methods if everything was hung off it like that (and we might have name conflicts as well) | 01:42 |
terrylhowe | we’d say connection.auth = unscoped_auth.scope(my_project) | 01:43 |
terrylhowe | we’d say something like connection.image.find(…) connection.network.find() | 01:43 |
terrylhowe | if not connection.network.Network.find(…) | 01:43 |
jamielennox | so i understand why image.find() rather than find_image() though i wonder if that's a problem | 01:44 |
jamielennox | i mean if you flatten it out it's exactly the same | 01:44 |
jamielennox | regarding network.Network.find - i think this is explicity what we don't want | 01:44 |
jamielennox | we should look at the catalog and use neutron if it's available, if not use nova ntwork | 01:45 |
terrylhowe | I hear you, it would be easiest that way though | 01:45 |
jamielennox | we should try and hide that from people | 01:45 |
terrylhowe | that is a tough one having the sdk decide to use nova vs. neutron | 01:46 |
terrylhowe | personally, I don’t think teh sdk should be that smart | 01:46 |
*** rmcall has quit IRC | 01:47 | |
jamielennox | is there any situation where we would want to use the old service rather than the new one? | 01:49 |
jamielennox | can they co-exist? | 01:49 |
terrylhowe | I can’t think of a reason to use the old service. | 01:51 |
terrylhowe | seems like the application should be stuck with making those decisions | 01:51 |
terrylhowe | seems like most of your examples would make adding the service in there seem redundant, but it wouldn’t seem as redundant for others | 01:54 |
terrylhowe | like connection.network.find_router() or connection.network.find_ip() | 01:55 |
terrylhowe | for me, I can live with connection.network.find_network() | 01:55 |
*** fifieldt_ is now known as fifieldt | 02:03 | |
dtroyer | (apologies fro a hit-and-run here) I'm testing the idea of neutron / nova-net from service catalog for osc. at an app level that's easy. I do think we can have the mechanism for the choice in the sdk, and posibly modifiable behaviour… | 02:04 |
*** etoews has joined #openstack-sdks | 02:14 | |
jamielennox | the issue i guess will be the abstraction - what is available in neutron vs what's available in nova-network | 02:16 |
jamielennox | i was looking at doing a v2/v3 keystone abstraction - and it's going to be really hard | 02:17 |
*** etoews has quit IRC | 02:18 | |
*** etoews has joined #openstack-sdks | 02:32 | |
*** etoews has quit IRC | 02:37 | |
*** etoews has joined #openstack-sdks | 02:50 | |
*** etoews has quit IRC | 02:55 | |
*** etoews has joined #openstack-sdks | 03:51 | |
*** etoews has quit IRC | 03:56 | |
*** briancurtin has quit IRC | 04:04 | |
*** briancurtin has joined #openstack-sdks | 04:05 | |
*** briancurtin has quit IRC | 04:09 | |
*** rmcall has joined #openstack-sdks | 04:31 | |
*** etoews has joined #openstack-sdks | 04:52 | |
*** etoews has quit IRC | 04:57 | |
*** k4n0 has joined #openstack-sdks | 05:45 | |
*** stevemar has quit IRC | 05:49 | |
*** rmcall has quit IRC | 06:45 | |
*** k4n0 has quit IRC | 07:07 | |
*** k4n0 has joined #openstack-sdks | 07:21 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/119817 | 07:39 |
*** mattyw has joined #openstack-sdks | 07:44 | |
openstackgerrit | Matthieu Huin proposed a change to openstack/python-openstackclient: Support for keystone auth plugins https://review.openstack.org/108325 | 10:27 |
*** jamiehannaford has joined #openstack-sdks | 11:17 | |
*** bknudson has joined #openstack-sdks | 13:34 | |
*** mfer has joined #openstack-sdks | 13:49 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:04 | |
*** stevemar has joined #openstack-sdks | 14:05 | |
*** etoews has joined #openstack-sdks | 14:27 | |
*** briancurtin has joined #openstack-sdks | 14:33 | |
*** briancurtin has joined #openstack-sdks | 14:33 | |
*** briancurtin has joined #openstack-sdks | 14:33 | |
*** briancurtin has joined #openstack-sdks | 14:33 | |
*** dhellmann is now known as dhellmann_ | 14:39 | |
*** dhellmann_ is now known as dhellmann | 14:40 | |
*** rmcall has joined #openstack-sdks | 14:59 | |
*** stevemar has quit IRC | 15:20 | |
*** stevemar has joined #openstack-sdks | 15:21 | |
*** etoews has quit IRC | 15:23 | |
*** etoews has joined #openstack-sdks | 15:27 | |
*** k4n0 has quit IRC | 15:34 | |
*** stevelle_ has joined #openstack-sdks | 15:58 | |
*** jamiehannaford has quit IRC | 16:15 | |
*** samchoi has joined #openstack-sdks | 16:43 | |
*** rmcall has quit IRC | 16:48 | |
*** rmcall has joined #openstack-sdks | 16:50 | |
*** stevelle_ has quit IRC | 16:53 | |
*** rmcall has quit IRC | 16:56 | |
*** rmcall has joined #openstack-sdks | 16:57 | |
*** etoews has quit IRC | 17:02 | |
*** rmcall has quit IRC | 17:18 | |
*** rmcall has joined #openstack-sdks | 17:20 | |
*** briancurtin has quit IRC | 17:39 | |
*** rmcall has quit IRC | 17:59 | |
*** rmcall has joined #openstack-sdks | 18:01 | |
*** briancurtin has joined #openstack-sdks | 18:06 | |
*** briancurtin has joined #openstack-sdks | 18:06 | |
*** etoews has joined #openstack-sdks | 18:07 | |
*** etoews has quit IRC | 18:12 | |
*** etoews has joined #openstack-sdks | 18:25 | |
*** etoews has quit IRC | 18:29 | |
*** etoews has joined #openstack-sdks | 18:33 | |
*** etoews has quit IRC | 18:39 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Add docs environement to testing interface https://review.openstack.org/120276 | 18:40 |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: identity/v3 domain resource https://review.openstack.org/119686 | 18:41 |
*** bknudson has quit IRC | 18:48 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Adding database flavor support https://review.openstack.org/119526 | 18:50 |
*** etoews has joined #openstack-sdks | 18:52 | |
*** bknudson has joined #openstack-sdks | 18:55 | |
*** etoews has quit IRC | 18:57 | |
*** rmcall has quit IRC | 18:59 | |
*** etoews has joined #openstack-sdks | 19:08 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: identity/v3 credential resource https://review.openstack.org/119683 | 19:09 |
*** dtroyer has quit IRC | 19:19 | |
*** VeggieMeat has quit IRC | 19:19 | |
*** VeggieMeat has joined #openstack-sdks | 19:19 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: identity/v3 policy resource https://review.openstack.org/119687 | 19:19 |
*** dtroyer has joined #openstack-sdks | 19:21 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: identity/v3 group resource https://review.openstack.org/119681 | 19:41 |
*** rmcall has joined #openstack-sdks | 19:43 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: identity/v3 project resource https://review.openstack.org/119685 | 20:08 |
*** mattyw has quit IRC | 21:00 | |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Fixing path to generated documentation https://review.openstack.org/119509 | 21:09 |
openstackgerrit | A change was merged to stackforge/python-openstacksdk: Add example update https://review.openstack.org/116737 | 21:11 |
*** mfer has quit IRC | 21:11 | |
*** briancurtin has quit IRC | 21:35 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:06 | |
*** etoews has quit IRC | 22:43 | |
openstackgerrit | Steve Lewis proposed a change to stackforge/python-openstacksdk: Add databases to instances https://review.openstack.org/120599 | 22:52 |
*** bknudson has quit IRC | 22:53 | |
*** etoews has joined #openstack-sdks | 23:09 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/119817 | 23:09 |
openstackgerrit | OpenStack Proposal Bot proposed a change to stackforge/python-openstacksdk: Updated from global requirements https://review.openstack.org/120613 | 23:10 |
*** etoews has quit IRC | 23:14 | |
*** briancurtin has joined #openstack-sdks | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!