Tuesday, 2015-11-17

*** sigmavirus24 is now known as sigmavirus24_awa00:03
openstackgerritBrant Knudson proposed openstack/keystoneauth: Switch saml2 from lxml to built-in xml  https://review.openstack.org/24251200:08
*** lhcheng_ has joined #openstack-sdks00:13
*** lhcheng has quit IRC00:14
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add release notes for 1.9.0  https://review.openstack.org/24604700:15
*** Qiming has quit IRC00:35
*** pratikma_ has joined #openstack-sdks00:35
*** pratikmallya has quit IRC00:35
*** gildub_ has quit IRC00:38
*** Yanyanhu has joined #openstack-sdks00:59
dtroyer_zzstevemar_: roger that…haven't done one since we talked about it so we should be clear form here01:12
stevemar_dtroyer_zz: np, i cleared milestones for existing committed bugs, and bugs that weren't marked as released (cause of the milestone being marked), but were actually released, are now marked as released.01:20
tangchen__lhcheng_: Hi, cheng, Would you please give one more +2 to this patch ?01:21
tangchen__lhcheng_: https://review.openstack.org/#/c/244418/01:21
tangchen__lhcheng_: Thx. :)01:21
lhcheng_tangchen__: looking01:26
lhcheng_tangchen__: lgtm, thanks!01:27
tangchen__lhcheng_: Thx. Waiting for merging. :)01:28
tangchen__lhcheng_: BTW, I found two things in osc:01:28
tangchen__lhcheng_: 1. The network part (neutron) is weak. Almost not implemented.01:29
tangchen__lhcheng_: 2. There is no part for baremetal (ironic).01:29
tangchen__lhcheng_: We are planing to add ironic and neutron support to osc. Is that OK, or have you guys had a plan that my team and I could take part in ?01:30
lhcheng_tangchen__: for ironic, it would be implemented as plugin01:31
lhcheng_tangchen__: the code would go into ironic-client01:31
lhcheng_it would go somewhere here: https://github.com/openstack/python-ironicclient/tree/master/ironicclient/osc01:31
lhcheng_osc will be able to discover the entry point from ironic-client, and load it as additional commands01:32
lhcheng_cool right? :)01:32
lhcheng_for baremetal, there are couple of patches to expose other commands already up for reviews01:34
lhcheng_tangchen__: for the neutron part, I believe we definitely need help on that.01:36
*** pratikma_ has quit IRC01:36
lhcheng_but I think we're waiting for some work in sdk for that..01:36
lhcheng_tangchen__: see note#5 in : https://etherpad.openstack.org/p/tokyo-osc-session01:36
*** markvoelker has joined #openstack-sdks01:37
tangchen__lhcheng_: Is note#5 the work implementing neutron commands in osc ?01:39
tangchen__lhcheng_: And when you guys say sdk, what exactly does it mean ?  osc, or osc + some other library ?01:40
lhcheng_I think it means waiting for sdk command before implementing in osc..01:40
lhcheng_tangchen__: other library https://github.com/openstack/python-openstacksdk01:41
tangchen__lhcheng_: OK.  :)01:42
tangchen__lhcheng_: BTW, seeing from me, I think in osc, we are doing some duplicated work to the other clients.01:42
lhcheng_tangchen__: you might want to check with dtroyer_zz to confirm. :) I am basing my answers based on the notes..01:42
tangchen__lhcheng_: Would you please share some future development plan with me ?01:43
lhcheng_tangchen__: I recommend checking the notes here: https://wiki.openstack.org/wiki/Design_Summit/Mitaka/Etherpads#OpenStackClient01:46
lhcheng_the move to use keystoneauth is definitely on the radar01:47
lhcheng_and cleanup of interaction between OSC, os-client-config and keystoneauth01:48
tangchen__lhcheng_: Well, keystoneauth is for authentication, right ?  Do you mean use it in osc instead of implementing keystone commands ?01:52
lhcheng_tangchen__: keystone command and authentication used to be all in python-keystoneclient01:53
lhcheng_keystoneauth was created to be able to create a library that has minimal depedency, that deals with authentication01:53
lhcheng_some code from python-keystoneclient was copied over..01:54
lhcheng_osc needs some cleanup to refer to the authentication code from keystoneauth instead of python-keystoneclient01:55
tangchen__lhcheng_: OK. Let me read the url you gave me. :)   Just sometimes, when I try to find out a way to contribute, I don't know what the direction is among all these clients. :)01:58
tangchen__lhcheng_: Thanks. :)01:58
lhcheng_tangchen__: you're welcome :)02:03
lhcheng_tangchen__: and thanks for contributing to OSC :)02:03
tangchen__lhcheng_: One more question. You just said, about ironic, we are implementing something like a plugin in ironicclient. I think it is an interface for osc to call ironicclient commands so that we don't need to implement the same things in osc again, am I right ?02:15
lhcheng_you are right, we don't to do it anymore in osc02:16
lhcheng_tangchen__: there are other projects that is doing it as well.02:17
lhcheng_https://github.com/openstack/python-openstackclient/blob/master/doc/source/plugins.rst02:17
*** pratikmallya has joined #openstack-sdks02:21
tangchen__lhcheng_: Thx. But I'm still a little confused. I'm also doing nova development. And seeing from the url, novaclient is not doing this plugin. Maybe doing a plugin in novaclient is a good idea. But does that mean we don't need to improve the compute part is osc anymore ?02:23
tangchen__lhcheng_: is --> in02:23
tangchen__lhcheng_: The reason I ask about nova is that I'm working on some patches to improve compute part in osc, including adding new commands and improving the existing ones.02:25
tangchen__lhcheng_: If I'm going to the wrong direction, please do let me know.02:25
openstackgerritMerged openstack/python-openstackclient: Enable "openstack server unlock" command to take multiple servers.  https://review.openstack.org/24441802:26
lhcheng_nova commands will be in osc itself, I think the convention would be the core projects would be in osc repo02:27
lhcheng_while the other projects have to add their osc commands as plugins02:28
lhcheng_tangchen__: the work you're doing on nova is right direction02:28
tangchen__lhcheng_: Thanks for clarifying. BTW, what projects are the core projects ?  Nova, Neutron, and ?02:29
lhcheng_glance02:30
lhcheng_cinder02:30
tangchen__lhcheng_: But isn't ironic a core project ?02:30
lhcheng_tangchen__: I don't think so, it is not required to run minimum openstack02:34
* lhcheng_ looking for the link of core projects02:34
stevemar_lhcheng_: tangchen__ core: http://cdn.vmturbo.com/wp-content/uploads/2015/10/big-tent.png02:35
lhcheng_stevemar_: thanks!02:35
tangchen__lhcheng_: OK, I see. And about the sdk, network part in osc is waiting for some work in sdk, by this, do you mean osc wants to use something from sdk, but not implement the network commands directly in osc, just like compute part, right ?02:36
stevemar_tangchen__: so those 6 projects we (osc) will provide code for02:36
tangchen__stevemar_: Thanks for the info.02:37
stevemar_tangchen__: we want to use the sdk to make the REST call for neutron02:37
stevemar_we should probably just start using the sdk for the neutron stuff02:43
*** woodster_ has quit IRC02:49
tangchen__stevemar_, lhcheng_: OK, I see. Thank you for your time answering me so many questions. :)02:51
stevemar_tangchen__: np, thanks for the patches and hard work02:52
stevemar_we're here to answer questions :)02:52
tangchen__stevemar_, lhcheng_: THx. :)02:53
*** gildub_ has joined #openstack-sdks03:00
*** Qiming has joined #openstack-sdks03:11
*** Yanyanhu has quit IRC03:11
lhcheng_tangchen__: any time:)03:14
lhcheng_stevemar_: should we add the reno stuff too for OSC?03:15
lhcheng_I can submit the patch for that..03:15
*** pratikmallya has quit IRC03:16
openstackgerritLin Hua Cheng proposed openstack/keystoneauth: Address hacking check H405  https://review.openstack.org/24388903:19
stevemar_lhcheng_: i don't think reno is necessary for the libraries03:21
lhcheng_ookay.. yeah, it might be an overkill03:21
*** lhcheng_ has quit IRC03:23
*** Qiming has quit IRC03:59
*** flwang has quit IRC03:59
*** Yanyanhu has joined #openstack-sdks04:01
*** dims has quit IRC04:06
*** Yanyanhu has quit IRC04:10
*** Yanyanhu has joined #openstack-sdks04:11
*** Yanyanhu has quit IRC04:18
*** lhcheng has joined #openstack-sdks04:23
*** Qiming has joined #openstack-sdks04:26
*** Yanyanhu has joined #openstack-sdks04:38
*** woodster_ has joined #openstack-sdks04:40
*** Yanyan has joined #openstack-sdks04:43
*** Yanyanhu has quit IRC04:44
*** lhcheng has quit IRC04:48
*** Qiming has quit IRC04:52
*** baffle has joined #openstack-sdks04:55
*** zacksh has joined #openstack-sdks04:57
*** Caleb--- has joined #openstack-sdks04:58
*** Kiall_ has joined #openstack-sdks04:58
*** isviridov_away has quit IRC05:00
*** rm_work has quit IRC05:00
*** sigmavirus24_awa has quit IRC05:00
*** charz has quit IRC05:00
*** dtroyer_zz has quit IRC05:00
*** stevelle has quit IRC05:00
*** redrobot has quit IRC05:00
*** baffle_ has quit IRC05:00
*** keekz has quit IRC05:00
*** Caleb-- has quit IRC05:00
*** zacksh_ has quit IRC05:00
*** jamielennox has quit IRC05:00
*** notmyname has quit IRC05:00
*** Kiall has quit IRC05:00
*** stevemar_ has quit IRC05:00
*** Caleb--- is now known as Caleb--05:00
*** rm_work has joined #openstack-sdks05:00
*** stevelle has joined #openstack-sdks05:00
*** dtroyer has joined #openstack-sdks05:01
*** keekz has joined #openstack-sdks05:01
*** jamielennox has joined #openstack-sdks05:01
*** redrobot has joined #openstack-sdks05:01
*** redrobot is now known as Guest2617705:01
*** sigmavirus24_awa has joined #openstack-sdks05:01
*** sigmavirus24_awa has quit IRC05:02
*** sigmavirus24_awa has joined #openstack-sdks05:02
*** sigmavirus24_awa is now known as Guest8755305:02
*** notmyname has joined #openstack-sdks05:03
*** charz has joined #openstack-sdks05:03
*** jamielennox is now known as jamielennox|away05:06
*** isviridov_away has joined #openstack-sdks05:09
*** GheRivero has quit IRC05:18
*** greghaynes has quit IRC05:19
*** bnemec has joined #openstack-sdks05:19
*** lhcheng has joined #openstack-sdks05:22
*** jvrbanac_ has joined #openstack-sdks05:24
*** electrichead has joined #openstack-sdks05:24
*** christiek has joined #openstack-sdks05:24
*** Guest26177 has quit IRC05:25
*** beekneemech has quit IRC05:25
*** christi3k has quit IRC05:25
*** jvrbanac has quit IRC05:25
*** christiek is now known as christi3k05:25
*** GheRivero has joined #openstack-sdks05:32
*** gus has quit IRC05:33
*** gus has joined #openstack-sdks05:34
*** greghaynes has joined #openstack-sdks05:35
*** lhcheng has quit IRC05:54
*** lhcheng has joined #openstack-sdks05:55
openstackgerritXi Yang proposed openstack/python-openstackclient: Use Block Storage instead of Volume  https://review.openstack.org/24284305:57
openstackgerritXi Yang proposed openstack/python-openstackclient: Change 'Object Store' to 'Object Storage'  https://review.openstack.org/24496706:08
openstackgerritXi Yang proposed openstack/python-openstackclient: Change 'Object Store' to 'Object Storage'  https://review.openstack.org/24496706:11
openstackgerritXi Yang proposed openstack/python-openstackclient: Use is_public to set access of volume type  https://review.openstack.org/24285506:22
*** pratikmallya has joined #openstack-sdks06:36
*** woodster_ has quit IRC06:49
*** Yanyan has quit IRC07:00
*** gildub_ has quit IRC07:00
*** dhellmann has quit IRC07:01
*** dhellmann has joined #openstack-sdks07:02
*** pratikmallya has quit IRC07:22
*** Yanyanhu has joined #openstack-sdks07:24
openstackgerritXi Yang proposed openstack/python-openstackclient: Use Block Storage instead of Volume  https://review.openstack.org/24284307:40
*** lhcheng has quit IRC09:00
*** openstackgerrit has quit IRC09:31
*** openstackgerrit has joined #openstack-sdks09:31
*** e0ne has joined #openstack-sdks09:48
*** Yanyanhu has quit IRC09:54
*** markvoelker has quit IRC10:05
*** e0ne has quit IRC10:07
*** Caleb-- has quit IRC10:13
openstackgerritxiexs proposed openstack/python-openstackclient: Add limit option for the "openstack image list"  https://review.openstack.org/24630110:23
*** openstackgerrit has quit IRC10:31
*** openstackgerrit has joined #openstack-sdks10:31
*** lhcheng has joined #openstack-sdks10:48
*** lhcheng has quit IRC10:54
*** e0ne has joined #openstack-sdks10:57
*** markvoelker has joined #openstack-sdks11:06
*** dims has joined #openstack-sdks11:08
*** markvoelker has quit IRC11:11
*** gildub_ has joined #openstack-sdks11:16
*** gildub_ has quit IRC11:23
openstackgerritNiall Bunting proposed openstack/python-openstackclient: Add --volume to Image `create`  https://review.openstack.org/22851211:56
*** stevemar_ has joined #openstack-sdks12:06
*** Caleb-- has joined #openstack-sdks12:16
*** Qiming has joined #openstack-sdks12:37
*** markvoelker has joined #openstack-sdks12:37
*** lhcheng has joined #openstack-sdks12:37
*** markvoelker has quit IRC12:42
*** lhcheng has quit IRC12:42
*** lhcheng has joined #openstack-sdks13:02
*** lhcheng has quit IRC13:07
*** zz_steveortiz is now known as steveortiz13:11
*** markvoelker has joined #openstack-sdks13:27
*** thrash|g0ne is now known as thrash13:32
*** rtheis has joined #openstack-sdks13:36
*** cdent has joined #openstack-sdks13:41
*** cdent has left #openstack-sdks13:41
*** cdent has joined #openstack-sdks14:04
*** Qiming has quit IRC14:06
*** cdent has left #openstack-sdks14:17
*** pratikmallya has joined #openstack-sdks14:25
*** annegentle has joined #openstack-sdks14:27
etoewsannegentle: can you please point me in the direction that we could publish the sdk docs to developer.openstack.org? https://bugs.launchpad.net/python-openstacksdk/+bug/147997714:29
openstackLaunchpad bug 1479977 in OpenStack SDK "Get sdk docs on http://developer.openstack.org/python-openstacksdk/" [Undecided,New] - Assigned to Everett Toews (everett-toews)14:29
annegentleetoews: oh, sure. I'll find a patch that sets up publish jobs14:30
annegentleetoews: that you can use as an example14:30
etoewscool.14:30
annegentleok etoews this one publishes to rtd: https://review.openstack.org/#/c/245232/14:33
annegentleetoews: and this one was for the Compute API Guide https://review.openstack.org/#/c/231000/14:34
annegentleetoews: and is to developer.openstack.org14:35
*** nikhil_k is now known as nikhil14:39
etoewsannegentle: is creating that patch set how you also tested all of that config?14:41
etoewsmeaning, creating the patch set published things to places and you checked to see that the appropriate things were in the appropriate places?14:41
etoewsbriancurtin: can you set this to milestone 1.0? https://bugs.launchpad.net/python-openstacksdk/+bug/147997714:42
openstackLaunchpad bug 1479977 in OpenStack SDK "Get sdk docs on http://developer.openstack.org/python-openstacksdk/" [Undecided,New] - Assigned to Everett Toews (everett-toews)14:42
etoewswe're going to want to have the docs in their final resting place before going 1.0 and making announcements and linking people to stuff.14:43
annegentleetoews: you'd have to set up all of project-config to pre-test. I let the gate test for me.14:45
annegentleetoews: I mean, I have seen it done locally, but sheesh.14:45
annegentleetoews: and one thing to note, this is specific to developer.openstack.org. For docs.openstack.org, we say, "you must be in openstack governance to publish to docs.openstack.org"14:46
annegentleetoews: hence the "how to publish to rtd" as a usual :)14:46
annegentlehad to think about that for a min14:46
etoewsannegentle: are you saying that because the sdk isn't in https://github.com/openstack/governance/blob/master/reference/projects.yaml we can't publish to dev.o.o?14:48
annegentleetoews: nope. Saying if you were a service you couldn't publish to docs.o.o14:49
annegentleetoews: but I will also be on the ready to let people know that position14:49
etoewsokay. but all clear to publish to dev.o.o?14:50
annegentleetoews: if there are any questions14:50
annegentleetoews: yep.14:50
etoewscool. many thanks. i'm sure i will have follow up questions. :)14:50
annegentleetoews: sure!14:52
*** terrylhowe has joined #openstack-sdks14:53
*** Qiming has joined #openstack-sdks14:59
*** annegentle has quit IRC15:11
*** Guest87553 is now known as sigmavirus2415:15
*** smalltrader1 has joined #openstack-sdks15:15
*** jaypipes has quit IRC15:19
*** pratikma_ has joined #openstack-sdks15:38
*** pratikmallya has quit IRC15:41
*** pratikma_ is now known as pratikmallya15:48
*** bnemec has quit IRC15:48
*** britthou_ has joined #openstack-sdks15:51
*** britthouser has quit IRC15:53
*** terrylhowe has quit IRC15:54
*** terrylhowe has joined #openstack-sdks15:55
openstackgerritxiexs proposed openstack/python-openstackclient: Add owner validation for "openstack image set"  https://review.openstack.org/24645915:55
*** jaypipes has joined #openstack-sdks15:59
*** bnemec has joined #openstack-sdks16:03
*** Qiming has quit IRC16:30
*** e0ne has quit IRC16:41
*** e0ne has joined #openstack-sdks16:53
*** britthou_ is now known as britthouser17:00
openstackgerritxiexs proposed openstack/python-openstackclient: Add owner validation for "openstack image set"  https://review.openstack.org/24645917:01
*** e0ne has quit IRC17:13
*** pratikmallya has quit IRC17:17
Shrewsmordred: i'm conflicted on https://review.openstack.org/245439 for OCC17:21
*** e0ne has joined #openstack-sdks17:21
Shrewsmordred: it feels to me like a new variable to control only shade behavior and may not necessary translate for anywhere else17:22
Shrewsmordred: i could see us adding an option to the ansible modules for it, though17:23
mordredShrews: hrm. that's a good point17:23
mordredShrews: EXCEPT - it's the ansible inventory that's the real problem17:24
mordredShrews: and that only has occ for config17:24
mordred:(17:24
Shrewsgah17:24
mordredyah17:24
mordredinorite?17:24
Shrewslemme do the lunch thing and ponder over it17:24
mordred++17:25
mordredlunch solves all things17:25
*** flwang1 has joined #openstack-sdks17:38
*** petertr7 is now known as petertr7_away17:39
*** pratikmallya has joined #openstack-sdks17:42
*** e0ne has quit IRC17:46
*** GheRivero has quit IRC17:49
*** e0ne has joined #openstack-sdks17:49
*** greghaynes has quit IRC17:49
*** lhcheng has joined #openstack-sdks17:52
*** terrylhowe_ has joined #openstack-sdks17:57
*** markvoelker_ has joined #openstack-sdks17:57
*** flwang1 has quit IRC17:57
*** terrylhowe has quit IRC17:58
*** terrylhowe_ is now known as terrylhowe17:58
*** baffle has quit IRC17:59
*** bnemec has quit IRC17:59
*** keekz has quit IRC17:59
*** markvoelker has quit IRC18:00
*** Kiall_ has quit IRC18:00
*** bnemec has joined #openstack-sdks18:00
*** baffle has joined #openstack-sdks18:00
*** smalltrader1 has quit IRC18:00
*** Kiall has joined #openstack-sdks18:01
*** smalltrader1 has joined #openstack-sdks18:02
*** pratikma_ has joined #openstack-sdks18:02
*** keekz has joined #openstack-sdks18:05
*** pratikmallya has quit IRC18:05
*** Qiming has joined #openstack-sdks18:09
*** dims has quit IRC18:37
*** dims has joined #openstack-sdks18:40
*** petertr7_away is now known as petertr718:41
*** e0ne has quit IRC18:43
*** jaypipes has quit IRC18:43
*** pratikma_ has quit IRC18:45
*** boris-42 has quit IRC18:48
briancurtinsdk meeting in #openstack-meeting-3 in 10 minutes18:49
*** GheRivero has joined #openstack-sdks18:55
*** pratikmallya has joined #openstack-sdks18:57
*** Qiming has quit IRC19:01
*** gildub_ has joined #openstack-sdks19:20
*** flwang1 has joined #openstack-sdks19:21
*** petertr7 is now known as petertr7_away19:27
*** jaypipes has joined #openstack-sdks19:27
*** e0ne has joined #openstack-sdks19:27
Shrewsmordred: so, i have an idea19:28
Shrewsmordred: what if we had a client-specific options section (client_opts, or similar), and when client config is invoked, it could pass along a client section name to get access to19:29
*** electrichead is now known as redrobot19:31
Shrewsmordred: config = occ.OpenStackConfig(client='shade')19:31
*** redrobot is now known as Guest9740419:31
Shrewsthen config.client_opts would be populated with whatever 'client_opts.shade' had19:31
* Shrews waves hands19:31
*** Guest97404 is now known as redrobot19:32
Shrewsugh, ansible modules aren't the ones invoking the config though19:33
Shrewspoo19:33
*** petertr7_away is now known as petertr719:33
*** greghaynes has joined #openstack-sdks19:36
*** jamielennox|away is now known as jamielennox19:45
*** e0ne has quit IRC19:50
*** jamielennox is now known as jamielennox|away19:52
*** britthouser has quit IRC19:54
openstackgerritTerry Howe proposed openstack/python-openstacksdk: Keystone auth integration  https://review.openstack.org/18614019:55
terrylhowe^ briancurtin etoews19:55
*** britthouser has joined #openstack-sdks20:00
*** pratikmallya has quit IRC20:05
mordredShrews: yah. the ansible user would be maybe confused by that :(20:07
Shrewsmordred: i was thinking maybe shade itself could just look for it... playing around with it now20:08
mordredkk20:08
*** jamielennox|away is now known as jamielennox20:09
openstackgerritDavid Shrewsbury proposed openstack/os-client-config: POC: Testing client specific options  https://review.openstack.org/24658720:19
Shrewsmordred: ^^^  and https://review.openstack.org/24658820:20
Shrewsjust tossing a potentially bad idea out there for discussion20:20
mordredShrews: oh - you know - that way ansible-inventory could say client='ansible'20:21
Shrewswell, that way, ansible doesn't need to do anything20:22
Shrewsjust needs an updated clouds.yaml and the version of shade/occ that understands all that20:22
Shrewswas trying to avoid any module updating20:23
*** petertr7 is now known as petertr7_away20:26
*** petertr7_away is now known as petertr720:30
*** pratikmallya has joined #openstack-sdks20:37
*** greghaynes has quit IRC20:38
*** pratikmallya has quit IRC20:39
*** pratikmallya has joined #openstack-sdks20:39
*** e0ne has joined #openstack-sdks20:44
*** e0ne has quit IRC20:47
*** dims_ has joined #openstack-sdks21:00
*** Qiming has joined #openstack-sdks21:01
*** dims has quit IRC21:02
*** zacksh has quit IRC21:03
*** zacksh has joined #openstack-sdks21:03
*** Qiming has quit IRC21:18
*** ntata has joined #openstack-sdks21:21
ntataterrylhowe, I'm trying to understand what 'openstack configuration list' would look like relative to 'openstack configuration show' per https://bugs.launchpad.net/python-openstackclient/+bug/147940021:23
openstackLaunchpad bug 1479400 in python-openstackclient "Add configuration list command" [Wishlist,Confirmed] - Assigned to Nandini (nandini-tata)21:23
stevemar_terrylhowe: poke poke poke21:25
stevemar_terrylhowe: ntata is volunteering for stuff!21:25
terrylhoweI’ll put some comments in the ticke stevemar_ ntata21:28
ntatastevemar_, ha-ha! learning all along21:28
ntataterrylhowe, that will help. thank you!21:29
*** ntata_ has joined #openstack-sdks21:36
*** ntata has quit IRC21:37
*** dolphm has joined #openstack-sdks21:39
dolphmstevemar_: ntata_: joined, belatedly21:40
stevemar_dolphm: typical21:40
dolphmstevemar_: =)21:43
stevemar_dolphm: review those liberty patches! :)21:43
stevemar_dolphm: and do shadow users21:43
stevemar_do all the things!21:44
stevemar_<321:44
*** dims_ has quit IRC21:51
dolphmstevemar_: is openstackclient aware of clouds.yaml ? i thought that dependency was in the other direction21:53
stevemar_dolphm: i do believe it is sir21:54
stevemar_dolphm: you can use it for any command21:54
stevemar_dolphm: http://inaugust.com/posts/multi-cloud-with-python-openstackclient.html21:54
openstackgerritMerged openstack/python-openstackclient: Add release notes for 1.9.0  https://review.openstack.org/24604721:56
*** dims has joined #openstack-sdks21:57
dolphmstevemar_: oooh i get the bug. was thinking about this all backwards, thanks21:57
stevemar_dolphm: np (another poke about reviewing stable/liberty)21:57
*** rtheis has quit IRC21:58
*** lhcheng has quit IRC22:14
*** lhcheng has joined #openstack-sdks22:16
*** petertr7 is now known as petertr7_away22:22
*** petertr7_away is now known as petertr722:31
*** Qiming has joined #openstack-sdks22:35
*** TravT has joined #openstack-sdks22:36
*** dims has quit IRC23:00
*** dims has joined #openstack-sdks23:01
*** dims_ has joined #openstack-sdks23:04
*** dims has quit IRC23:07
*** sigmavirus24 is now known as sigmavirus24_awa23:20
*** lhcheng has quit IRC23:25
*** lhcheng has joined #openstack-sdks23:27
*** smalltrader1 has quit IRC23:27
*** petertr7 is now known as petertr7_away23:32

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