Wednesday, 2014-09-10

*** etoews has joined #openstack-sdks00:05
*** etoews has quit IRC00:09
*** etoews has joined #openstack-sdks00:10
*** stevemar has joined #openstack-sdks00:43
stevemardtroyer, ping00:44
stevemarterrylhowe, ping?00:56
terrylhowestevemar: what’s up?01:08
stevemarterrylhowe, q about your comment re: downloading objects in 'file' format01:19
stevemarterrylhowe, so, whats the expected behaviour (i'll admit i didn't test it out)01:19
*** samchoi has quit IRC01:19
terrylhowethe only issue I recall now is it didn’t reconstruct the psuedo folders01:20
terrylhoweinto real folders on the Linux side01:20
stevemarterrylhowe, oh so it should actually create the folder?01:20
stevemaris that the behaviour seen in the existing swift client?01:21
terrylhoweI don’t know the equivalent of mkdir -p off the top of my head01:21
stevemarterrylhowe, i think this should cover it http://stackoverflow.com/questions/12517451/python-automatically-creating-directories-with-file-output01:22
terrylhoweyep01:23
*** briancurtin has joined #openstack-sdks01:23
terrylhowelooks like there is an os.path.dirname command to extract the directory01:25
stevemarterrylhowe, can you try out the change?01:25
stevemarmy env is acting funny01:26
stevemari'll push something in a minute01:26
*** etoews has quit IRC01:26
terrylhowesure01:26
jamielennoxterrylhowe: this is kind of what i'm hoping for from a top level interface: https://etherpad.openstack.org/p/jamielennox-sdk-toplevel01:27
jamielennoxdtroyer, briancurtin: ^01:27
openstackgerritSteve Martinelli proposed a change to openstack/python-openstackclient: Add support for 'file' format objects  https://review.openstack.org/12029701:28
jamielennoxi realize there is a lot of detail left out, but broad strokes01:28
stevemarterrylhowe, git review -d 12029701:28
terrylhowelooks good stevemar01:32
stevemaryay!01:32
stevemarterrylhowe, thanks for trying it out :)01:33
terrylhowejamielennox: 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
terrylhowewe’d say connection.auth = unscoped_auth.scope(my_project)01:43
terrylhowewe’d say something like connection.image.find(…) connection.network.find()01:43
terrylhoweif not connection.network.Network.find(…)01:43
jamielennoxso i understand why image.find() rather than find_image() though i wonder if that's a problem01:44
jamielennoxi mean if you flatten it out it's exactly the same01:44
jamielennoxregarding network.Network.find - i think this is explicity what we don't want01:44
jamielennoxwe should look at the catalog and use neutron if it's available, if not use nova ntwork01:45
terrylhoweI hear you, it would be easiest that way though01:45
jamielennoxwe should try and hide that from people01:45
terrylhowethat is a tough one having the sdk decide to use nova vs. neutron01:46
terrylhowepersonally, I don’t think teh sdk should be that smart01:46
*** rmcall has quit IRC01:47
jamielennoxis there any situation where we would want to use the old service rather than the new one?01:49
jamielennoxcan they co-exist?01:49
terrylhoweI can’t think of a reason to use the old service.01:51
terrylhoweseems like the application should be stuck with making those decisions01:51
terrylhoweseems like most of your examples would make adding the service in there seem redundant, but it wouldn’t seem as redundant for others01:54
terrylhowelike connection.network.find_router() or connection.network.find_ip()01:55
terrylhowefor me, I can live with connection.network.find_network()01:55
*** fifieldt_ is now known as fifieldt02: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-sdks02:14
jamielennoxthe issue i guess will be the abstraction - what is available in neutron vs what's available in nova-network02:16
jamielennoxi was looking at doing a v2/v3 keystone abstraction - and it's going to be really hard02:17
*** etoews has quit IRC02:18
*** etoews has joined #openstack-sdks02:32
*** etoews has quit IRC02:37
*** etoews has joined #openstack-sdks02:50
*** etoews has quit IRC02:55
*** etoews has joined #openstack-sdks03:51
*** etoews has quit IRC03:56
*** briancurtin has quit IRC04:04
*** briancurtin has joined #openstack-sdks04:05
*** briancurtin has quit IRC04:09
*** rmcall has joined #openstack-sdks04:31
*** etoews has joined #openstack-sdks04:52
*** etoews has quit IRC04:57
*** k4n0 has joined #openstack-sdks05:45
*** stevemar has quit IRC05:49
*** rmcall has quit IRC06:45
*** k4n0 has quit IRC07:07
*** k4n0 has joined #openstack-sdks07:21
openstackgerritOpenStack Proposal Bot proposed a change to openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/11981707:39
*** mattyw has joined #openstack-sdks07:44
openstackgerritMatthieu Huin proposed a change to openstack/python-openstackclient: Support for keystone auth plugins  https://review.openstack.org/10832510:27
*** jamiehannaford has joined #openstack-sdks11:17
*** bknudson has joined #openstack-sdks13:34
*** mfer has joined #openstack-sdks13:49
*** sigmavirus24_awa is now known as sigmavirus2414:04
*** stevemar has joined #openstack-sdks14:05
*** etoews has joined #openstack-sdks14:27
*** briancurtin has joined #openstack-sdks14:33
*** briancurtin has joined #openstack-sdks14:33
*** briancurtin has joined #openstack-sdks14:33
*** briancurtin has joined #openstack-sdks14:33
*** dhellmann is now known as dhellmann_14:39
*** dhellmann_ is now known as dhellmann14:40
*** rmcall has joined #openstack-sdks14:59
*** stevemar has quit IRC15:20
*** stevemar has joined #openstack-sdks15:21
*** etoews has quit IRC15:23
*** etoews has joined #openstack-sdks15:27
*** k4n0 has quit IRC15:34
*** stevelle_ has joined #openstack-sdks15:58
*** jamiehannaford has quit IRC16:15
*** samchoi has joined #openstack-sdks16:43
*** rmcall has quit IRC16:48
*** rmcall has joined #openstack-sdks16:50
*** stevelle_ has quit IRC16:53
*** rmcall has quit IRC16:56
*** rmcall has joined #openstack-sdks16:57
*** etoews has quit IRC17:02
*** rmcall has quit IRC17:18
*** rmcall has joined #openstack-sdks17:20
*** briancurtin has quit IRC17:39
*** rmcall has quit IRC17:59
*** rmcall has joined #openstack-sdks18:01
*** briancurtin has joined #openstack-sdks18:06
*** briancurtin has joined #openstack-sdks18:06
*** etoews has joined #openstack-sdks18:07
*** etoews has quit IRC18:12
*** etoews has joined #openstack-sdks18:25
*** etoews has quit IRC18:29
*** etoews has joined #openstack-sdks18:33
*** etoews has quit IRC18:39
openstackgerritA change was merged to stackforge/python-openstacksdk: Add docs environement to testing interface  https://review.openstack.org/12027618:40
openstackgerritA change was merged to stackforge/python-openstacksdk: identity/v3 domain resource  https://review.openstack.org/11968618:41
*** bknudson has quit IRC18:48
openstackgerritA change was merged to stackforge/python-openstacksdk: Adding database flavor support  https://review.openstack.org/11952618:50
*** etoews has joined #openstack-sdks18:52
*** bknudson has joined #openstack-sdks18:55
*** etoews has quit IRC18:57
*** rmcall has quit IRC18:59
*** etoews has joined #openstack-sdks19:08
openstackgerritA change was merged to stackforge/python-openstacksdk: identity/v3 credential resource  https://review.openstack.org/11968319:09
*** dtroyer has quit IRC19:19
*** VeggieMeat has quit IRC19:19
*** VeggieMeat has joined #openstack-sdks19:19
openstackgerritA change was merged to stackforge/python-openstacksdk: identity/v3 policy resource  https://review.openstack.org/11968719:19
*** dtroyer has joined #openstack-sdks19:21
openstackgerritA change was merged to stackforge/python-openstacksdk: identity/v3 group resource  https://review.openstack.org/11968119:41
*** rmcall has joined #openstack-sdks19:43
openstackgerritA change was merged to stackforge/python-openstacksdk: identity/v3 project resource  https://review.openstack.org/11968520:08
*** mattyw has quit IRC21:00
openstackgerritA change was merged to stackforge/python-openstacksdk: Fixing path to generated documentation  https://review.openstack.org/11950921:09
openstackgerritA change was merged to stackforge/python-openstacksdk: Add example update  https://review.openstack.org/11673721:11
*** mfer has quit IRC21:11
*** briancurtin has quit IRC21:35
*** sigmavirus24 is now known as sigmavirus24_awa22:06
*** etoews has quit IRC22:43
openstackgerritSteve Lewis proposed a change to stackforge/python-openstacksdk: Add databases to instances  https://review.openstack.org/12059922:52
*** bknudson has quit IRC22:53
*** etoews has joined #openstack-sdks23:09
openstackgerritOpenStack Proposal Bot proposed a change to openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/11981723:09
openstackgerritOpenStack Proposal Bot proposed a change to stackforge/python-openstacksdk: Updated from global requirements  https://review.openstack.org/12061323:10
*** etoews has quit IRC23:14
*** briancurtin has joined #openstack-sdks23:52

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