*** sigmavirus24 is now known as sigmavirus24_awa | 00:03 | |
openstackgerrit | Brant Knudson proposed openstack/keystoneauth: Switch saml2 from lxml to built-in xml https://review.openstack.org/242512 | 00:08 |
---|---|---|
*** lhcheng_ has joined #openstack-sdks | 00:13 | |
*** lhcheng has quit IRC | 00:14 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Add release notes for 1.9.0 https://review.openstack.org/246047 | 00:15 |
*** Qiming has quit IRC | 00:35 | |
*** pratikma_ has joined #openstack-sdks | 00:35 | |
*** pratikmallya has quit IRC | 00:35 | |
*** gildub_ has quit IRC | 00:38 | |
*** Yanyanhu has joined #openstack-sdks | 00:59 | |
dtroyer_zz | stevemar_: roger that…haven't done one since we talked about it so we should be clear form here | 01: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__: looking | 01: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 plugin | 01:31 |
lhcheng_ | tangchen__: the code would go into ironic-client | 01:31 |
lhcheng_ | it would go somewhere here: https://github.com/openstack/python-ironicclient/tree/master/ironicclient/osc | 01:31 |
lhcheng_ | osc will be able to discover the entry point from ironic-client, and load it as additional commands | 01:32 |
lhcheng_ | cool right? :) | 01:32 |
lhcheng_ | for baremetal, there are couple of patches to expose other commands already up for reviews | 01:34 |
lhcheng_ | tangchen__: for the neutron part, I believe we definitely need help on that. | 01:36 |
*** pratikma_ has quit IRC | 01: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-session | 01:36 |
*** markvoelker has joined #openstack-sdks | 01: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-openstacksdk | 01: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#OpenStackClient | 01:46 |
lhcheng_ | the move to use keystoneauth is definitely on the radar | 01:47 |
lhcheng_ | and cleanup of interaction between OSC, os-client-config and keystoneauth | 01: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-keystoneclient | 01:53 |
lhcheng_ | keystoneauth was created to be able to create a library that has minimal depedency, that deals with authentication | 01: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-keystoneclient | 01: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 osc | 02: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.rst | 02:17 |
*** pratikmallya has joined #openstack-sdks | 02: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 --> in | 02: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 |
openstackgerrit | Merged openstack/python-openstackclient: Enable "openstack server unlock" command to take multiple servers. https://review.openstack.org/244418 | 02:26 |
lhcheng_ | nova commands will be in osc itself, I think the convention would be the core projects would be in osc repo | 02:27 |
lhcheng_ | while the other projects have to add their osc commands as plugins | 02:28 |
lhcheng_ | tangchen__: the work you're doing on nova is right direction | 02:28 |
tangchen__ | lhcheng_: Thanks for clarifying. BTW, what projects are the core projects ? Nova, Neutron, and ? | 02:29 |
lhcheng_ | glance | 02:30 |
lhcheng_ | cinder | 02: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 openstack | 02:34 |
* lhcheng_ looking for the link of core projects | 02:34 | |
stevemar_ | lhcheng_: tangchen__ core: http://cdn.vmturbo.com/wp-content/uploads/2015/10/big-tent.png | 02: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 for | 02:36 |
tangchen__ | stevemar_: Thanks for the info. | 02:37 |
stevemar_ | tangchen__: we want to use the sdk to make the REST call for neutron | 02:37 |
stevemar_ | we should probably just start using the sdk for the neutron stuff | 02:43 |
*** woodster_ has quit IRC | 02: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 work | 02:52 |
stevemar_ | we're here to answer questions :) | 02:52 |
tangchen__ | stevemar_, lhcheng_: THx. :) | 02:53 |
*** gildub_ has joined #openstack-sdks | 03:00 | |
*** Qiming has joined #openstack-sdks | 03:11 | |
*** Yanyanhu has quit IRC | 03: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 IRC | 03:16 | |
openstackgerrit | Lin Hua Cheng proposed openstack/keystoneauth: Address hacking check H405 https://review.openstack.org/243889 | 03:19 |
stevemar_ | lhcheng_: i don't think reno is necessary for the libraries | 03:21 |
lhcheng_ | ookay.. yeah, it might be an overkill | 03:21 |
*** lhcheng_ has quit IRC | 03:23 | |
*** Qiming has quit IRC | 03:59 | |
*** flwang has quit IRC | 03:59 | |
*** Yanyanhu has joined #openstack-sdks | 04:01 | |
*** dims has quit IRC | 04:06 | |
*** Yanyanhu has quit IRC | 04:10 | |
*** Yanyanhu has joined #openstack-sdks | 04:11 | |
*** Yanyanhu has quit IRC | 04:18 | |
*** lhcheng has joined #openstack-sdks | 04:23 | |
*** Qiming has joined #openstack-sdks | 04:26 | |
*** Yanyanhu has joined #openstack-sdks | 04:38 | |
*** woodster_ has joined #openstack-sdks | 04:40 | |
*** Yanyan has joined #openstack-sdks | 04:43 | |
*** Yanyanhu has quit IRC | 04:44 | |
*** lhcheng has quit IRC | 04:48 | |
*** Qiming has quit IRC | 04:52 | |
*** baffle has joined #openstack-sdks | 04:55 | |
*** zacksh has joined #openstack-sdks | 04:57 | |
*** Caleb--- has joined #openstack-sdks | 04:58 | |
*** Kiall_ has joined #openstack-sdks | 04:58 | |
*** isviridov_away has quit IRC | 05:00 | |
*** rm_work has quit IRC | 05:00 | |
*** sigmavirus24_awa has quit IRC | 05:00 | |
*** charz has quit IRC | 05:00 | |
*** dtroyer_zz has quit IRC | 05:00 | |
*** stevelle has quit IRC | 05:00 | |
*** redrobot has quit IRC | 05:00 | |
*** baffle_ has quit IRC | 05:00 | |
*** keekz has quit IRC | 05:00 | |
*** Caleb-- has quit IRC | 05:00 | |
*** zacksh_ has quit IRC | 05:00 | |
*** jamielennox has quit IRC | 05:00 | |
*** notmyname has quit IRC | 05:00 | |
*** Kiall has quit IRC | 05:00 | |
*** stevemar_ has quit IRC | 05:00 | |
*** Caleb--- is now known as Caleb-- | 05:00 | |
*** rm_work has joined #openstack-sdks | 05:00 | |
*** stevelle has joined #openstack-sdks | 05:00 | |
*** dtroyer has joined #openstack-sdks | 05:01 | |
*** keekz has joined #openstack-sdks | 05:01 | |
*** jamielennox has joined #openstack-sdks | 05:01 | |
*** redrobot has joined #openstack-sdks | 05:01 | |
*** redrobot is now known as Guest26177 | 05:01 | |
*** sigmavirus24_awa has joined #openstack-sdks | 05:01 | |
*** sigmavirus24_awa has quit IRC | 05:02 | |
*** sigmavirus24_awa has joined #openstack-sdks | 05:02 | |
*** sigmavirus24_awa is now known as Guest87553 | 05:02 | |
*** notmyname has joined #openstack-sdks | 05:03 | |
*** charz has joined #openstack-sdks | 05:03 | |
*** jamielennox is now known as jamielennox|away | 05:06 | |
*** isviridov_away has joined #openstack-sdks | 05:09 | |
*** GheRivero has quit IRC | 05:18 | |
*** greghaynes has quit IRC | 05:19 | |
*** bnemec has joined #openstack-sdks | 05:19 | |
*** lhcheng has joined #openstack-sdks | 05:22 | |
*** jvrbanac_ has joined #openstack-sdks | 05:24 | |
*** electrichead has joined #openstack-sdks | 05:24 | |
*** christiek has joined #openstack-sdks | 05:24 | |
*** Guest26177 has quit IRC | 05:25 | |
*** beekneemech has quit IRC | 05:25 | |
*** christi3k has quit IRC | 05:25 | |
*** jvrbanac has quit IRC | 05:25 | |
*** christiek is now known as christi3k | 05:25 | |
*** GheRivero has joined #openstack-sdks | 05:32 | |
*** gus has quit IRC | 05:33 | |
*** gus has joined #openstack-sdks | 05:34 | |
*** greghaynes has joined #openstack-sdks | 05:35 | |
*** lhcheng has quit IRC | 05:54 | |
*** lhcheng has joined #openstack-sdks | 05:55 | |
openstackgerrit | Xi Yang proposed openstack/python-openstackclient: Use Block Storage instead of Volume https://review.openstack.org/242843 | 05:57 |
openstackgerrit | Xi Yang proposed openstack/python-openstackclient: Change 'Object Store' to 'Object Storage' https://review.openstack.org/244967 | 06:08 |
openstackgerrit | Xi Yang proposed openstack/python-openstackclient: Change 'Object Store' to 'Object Storage' https://review.openstack.org/244967 | 06:11 |
openstackgerrit | Xi Yang proposed openstack/python-openstackclient: Use is_public to set access of volume type https://review.openstack.org/242855 | 06:22 |
*** pratikmallya has joined #openstack-sdks | 06:36 | |
*** woodster_ has quit IRC | 06:49 | |
*** Yanyan has quit IRC | 07:00 | |
*** gildub_ has quit IRC | 07:00 | |
*** dhellmann has quit IRC | 07:01 | |
*** dhellmann has joined #openstack-sdks | 07:02 | |
*** pratikmallya has quit IRC | 07:22 | |
*** Yanyanhu has joined #openstack-sdks | 07:24 | |
openstackgerrit | Xi Yang proposed openstack/python-openstackclient: Use Block Storage instead of Volume https://review.openstack.org/242843 | 07:40 |
*** lhcheng has quit IRC | 09:00 | |
*** openstackgerrit has quit IRC | 09:31 | |
*** openstackgerrit has joined #openstack-sdks | 09:31 | |
*** e0ne has joined #openstack-sdks | 09:48 | |
*** Yanyanhu has quit IRC | 09:54 | |
*** markvoelker has quit IRC | 10:05 | |
*** e0ne has quit IRC | 10:07 | |
*** Caleb-- has quit IRC | 10:13 | |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add limit option for the "openstack image list" https://review.openstack.org/246301 | 10:23 |
*** openstackgerrit has quit IRC | 10:31 | |
*** openstackgerrit has joined #openstack-sdks | 10:31 | |
*** lhcheng has joined #openstack-sdks | 10:48 | |
*** lhcheng has quit IRC | 10:54 | |
*** e0ne has joined #openstack-sdks | 10:57 | |
*** markvoelker has joined #openstack-sdks | 11:06 | |
*** dims has joined #openstack-sdks | 11:08 | |
*** markvoelker has quit IRC | 11:11 | |
*** gildub_ has joined #openstack-sdks | 11:16 | |
*** gildub_ has quit IRC | 11:23 | |
openstackgerrit | Niall Bunting proposed openstack/python-openstackclient: Add --volume to Image `create` https://review.openstack.org/228512 | 11:56 |
*** stevemar_ has joined #openstack-sdks | 12:06 | |
*** Caleb-- has joined #openstack-sdks | 12:16 | |
*** Qiming has joined #openstack-sdks | 12:37 | |
*** markvoelker has joined #openstack-sdks | 12:37 | |
*** lhcheng has joined #openstack-sdks | 12:37 | |
*** markvoelker has quit IRC | 12:42 | |
*** lhcheng has quit IRC | 12:42 | |
*** lhcheng has joined #openstack-sdks | 13:02 | |
*** lhcheng has quit IRC | 13:07 | |
*** zz_steveortiz is now known as steveortiz | 13:11 | |
*** markvoelker has joined #openstack-sdks | 13:27 | |
*** thrash|g0ne is now known as thrash | 13:32 | |
*** rtheis has joined #openstack-sdks | 13:36 | |
*** cdent has joined #openstack-sdks | 13:41 | |
*** cdent has left #openstack-sdks | 13:41 | |
*** cdent has joined #openstack-sdks | 14:04 | |
*** Qiming has quit IRC | 14:06 | |
*** cdent has left #openstack-sdks | 14:17 | |
*** pratikmallya has joined #openstack-sdks | 14:25 | |
*** annegentle has joined #openstack-sdks | 14:27 | |
etoews | annegentle: 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/1479977 | 14:29 |
openstack | Launchpad 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 |
annegentle | etoews: oh, sure. I'll find a patch that sets up publish jobs | 14:30 |
annegentle | etoews: that you can use as an example | 14:30 |
etoews | cool. | 14:30 |
annegentle | ok etoews this one publishes to rtd: https://review.openstack.org/#/c/245232/ | 14:33 |
annegentle | etoews: and this one was for the Compute API Guide https://review.openstack.org/#/c/231000/ | 14:34 |
annegentle | etoews: and is to developer.openstack.org | 14:35 |
*** nikhil_k is now known as nikhil | 14:39 | |
etoews | annegentle: is creating that patch set how you also tested all of that config? | 14:41 |
etoews | meaning, creating the patch set published things to places and you checked to see that the appropriate things were in the appropriate places? | 14:41 |
etoews | briancurtin: can you set this to milestone 1.0? https://bugs.launchpad.net/python-openstacksdk/+bug/1479977 | 14:42 |
openstack | Launchpad 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 |
etoews | we'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 |
annegentle | etoews: you'd have to set up all of project-config to pre-test. I let the gate test for me. | 14:45 |
annegentle | etoews: I mean, I have seen it done locally, but sheesh. | 14:45 |
annegentle | etoews: 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 |
annegentle | etoews: hence the "how to publish to rtd" as a usual :) | 14:46 |
annegentle | had to think about that for a min | 14:46 |
etoews | annegentle: 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 |
annegentle | etoews: nope. Saying if you were a service you couldn't publish to docs.o.o | 14:49 |
annegentle | etoews: but I will also be on the ready to let people know that position | 14:49 |
etoews | okay. but all clear to publish to dev.o.o? | 14:50 |
annegentle | etoews: if there are any questions | 14:50 |
annegentle | etoews: yep. | 14:50 |
etoews | cool. many thanks. i'm sure i will have follow up questions. :) | 14:50 |
annegentle | etoews: sure! | 14:52 |
*** terrylhowe has joined #openstack-sdks | 14:53 | |
*** Qiming has joined #openstack-sdks | 14:59 | |
*** annegentle has quit IRC | 15:11 | |
*** Guest87553 is now known as sigmavirus24 | 15:15 | |
*** smalltrader1 has joined #openstack-sdks | 15:15 | |
*** jaypipes has quit IRC | 15:19 | |
*** pratikma_ has joined #openstack-sdks | 15:38 | |
*** pratikmallya has quit IRC | 15:41 | |
*** pratikma_ is now known as pratikmallya | 15:48 | |
*** bnemec has quit IRC | 15:48 | |
*** britthou_ has joined #openstack-sdks | 15:51 | |
*** britthouser has quit IRC | 15:53 | |
*** terrylhowe has quit IRC | 15:54 | |
*** terrylhowe has joined #openstack-sdks | 15:55 | |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add owner validation for "openstack image set" https://review.openstack.org/246459 | 15:55 |
*** jaypipes has joined #openstack-sdks | 15:59 | |
*** bnemec has joined #openstack-sdks | 16:03 | |
*** Qiming has quit IRC | 16:30 | |
*** e0ne has quit IRC | 16:41 | |
*** e0ne has joined #openstack-sdks | 16:53 | |
*** britthou_ is now known as britthouser | 17:00 | |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add owner validation for "openstack image set" https://review.openstack.org/246459 | 17:01 |
*** e0ne has quit IRC | 17:13 | |
*** pratikmallya has quit IRC | 17:17 | |
Shrews | mordred: i'm conflicted on https://review.openstack.org/245439 for OCC | 17:21 |
*** e0ne has joined #openstack-sdks | 17:21 | |
Shrews | mordred: it feels to me like a new variable to control only shade behavior and may not necessary translate for anywhere else | 17:22 |
Shrews | mordred: i could see us adding an option to the ansible modules for it, though | 17:23 |
mordred | Shrews: hrm. that's a good point | 17:23 |
mordred | Shrews: EXCEPT - it's the ansible inventory that's the real problem | 17:24 |
mordred | Shrews: and that only has occ for config | 17:24 |
mordred | :( | 17:24 |
Shrews | gah | 17:24 |
mordred | yah | 17:24 |
mordred | inorite? | 17:24 |
Shrews | lemme do the lunch thing and ponder over it | 17:24 |
mordred | ++ | 17:25 |
mordred | lunch solves all things | 17:25 |
*** flwang1 has joined #openstack-sdks | 17:38 | |
*** petertr7 is now known as petertr7_away | 17:39 | |
*** pratikmallya has joined #openstack-sdks | 17:42 | |
*** e0ne has quit IRC | 17:46 | |
*** GheRivero has quit IRC | 17:49 | |
*** e0ne has joined #openstack-sdks | 17:49 | |
*** greghaynes has quit IRC | 17:49 | |
*** lhcheng has joined #openstack-sdks | 17:52 | |
*** terrylhowe_ has joined #openstack-sdks | 17:57 | |
*** markvoelker_ has joined #openstack-sdks | 17:57 | |
*** flwang1 has quit IRC | 17:57 | |
*** terrylhowe has quit IRC | 17:58 | |
*** terrylhowe_ is now known as terrylhowe | 17:58 | |
*** baffle has quit IRC | 17:59 | |
*** bnemec has quit IRC | 17:59 | |
*** keekz has quit IRC | 17:59 | |
*** markvoelker has quit IRC | 18:00 | |
*** Kiall_ has quit IRC | 18:00 | |
*** bnemec has joined #openstack-sdks | 18:00 | |
*** baffle has joined #openstack-sdks | 18:00 | |
*** smalltrader1 has quit IRC | 18:00 | |
*** Kiall has joined #openstack-sdks | 18:01 | |
*** smalltrader1 has joined #openstack-sdks | 18:02 | |
*** pratikma_ has joined #openstack-sdks | 18:02 | |
*** keekz has joined #openstack-sdks | 18:05 | |
*** pratikmallya has quit IRC | 18:05 | |
*** Qiming has joined #openstack-sdks | 18:09 | |
*** dims has quit IRC | 18:37 | |
*** dims has joined #openstack-sdks | 18:40 | |
*** petertr7_away is now known as petertr7 | 18:41 | |
*** e0ne has quit IRC | 18:43 | |
*** jaypipes has quit IRC | 18:43 | |
*** pratikma_ has quit IRC | 18:45 | |
*** boris-42 has quit IRC | 18:48 | |
briancurtin | sdk meeting in #openstack-meeting-3 in 10 minutes | 18:49 |
*** GheRivero has joined #openstack-sdks | 18:55 | |
*** pratikmallya has joined #openstack-sdks | 18:57 | |
*** Qiming has quit IRC | 19:01 | |
*** gildub_ has joined #openstack-sdks | 19:20 | |
*** flwang1 has joined #openstack-sdks | 19:21 | |
*** petertr7 is now known as petertr7_away | 19:27 | |
*** jaypipes has joined #openstack-sdks | 19:27 | |
*** e0ne has joined #openstack-sdks | 19:27 | |
Shrews | mordred: so, i have an idea | 19:28 |
Shrews | mordred: 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 to | 19:29 |
*** electrichead is now known as redrobot | 19:31 | |
Shrews | mordred: config = occ.OpenStackConfig(client='shade') | 19:31 |
*** redrobot is now known as Guest97404 | 19:31 | |
Shrews | then config.client_opts would be populated with whatever 'client_opts.shade' had | 19:31 |
* Shrews waves hands | 19:31 | |
*** Guest97404 is now known as redrobot | 19:32 | |
Shrews | ugh, ansible modules aren't the ones invoking the config though | 19:33 |
Shrews | poo | 19:33 |
*** petertr7_away is now known as petertr7 | 19:33 | |
*** greghaynes has joined #openstack-sdks | 19:36 | |
*** jamielennox|away is now known as jamielennox | 19:45 | |
*** e0ne has quit IRC | 19:50 | |
*** jamielennox is now known as jamielennox|away | 19:52 | |
*** britthouser has quit IRC | 19:54 | |
openstackgerrit | Terry Howe proposed openstack/python-openstacksdk: Keystone auth integration https://review.openstack.org/186140 | 19:55 |
terrylhowe | ^ briancurtin etoews | 19:55 |
*** britthouser has joined #openstack-sdks | 20:00 | |
*** pratikmallya has quit IRC | 20:05 | |
mordred | Shrews: yah. the ansible user would be maybe confused by that :( | 20:07 |
Shrews | mordred: i was thinking maybe shade itself could just look for it... playing around with it now | 20:08 |
mordred | kk | 20:08 |
*** jamielennox|away is now known as jamielennox | 20:09 | |
openstackgerrit | David Shrewsbury proposed openstack/os-client-config: POC: Testing client specific options https://review.openstack.org/246587 | 20:19 |
Shrews | mordred: ^^^ and https://review.openstack.org/246588 | 20:20 |
Shrews | just tossing a potentially bad idea out there for discussion | 20:20 |
mordred | Shrews: oh - you know - that way ansible-inventory could say client='ansible' | 20:21 |
Shrews | well, that way, ansible doesn't need to do anything | 20:22 |
Shrews | just needs an updated clouds.yaml and the version of shade/occ that understands all that | 20:22 |
Shrews | was trying to avoid any module updating | 20:23 |
*** petertr7 is now known as petertr7_away | 20:26 | |
*** petertr7_away is now known as petertr7 | 20:30 | |
*** pratikmallya has joined #openstack-sdks | 20:37 | |
*** greghaynes has quit IRC | 20:38 | |
*** pratikmallya has quit IRC | 20:39 | |
*** pratikmallya has joined #openstack-sdks | 20:39 | |
*** e0ne has joined #openstack-sdks | 20:44 | |
*** e0ne has quit IRC | 20:47 | |
*** dims_ has joined #openstack-sdks | 21:00 | |
*** Qiming has joined #openstack-sdks | 21:01 | |
*** dims has quit IRC | 21:02 | |
*** zacksh has quit IRC | 21:03 | |
*** zacksh has joined #openstack-sdks | 21:03 | |
*** Qiming has quit IRC | 21:18 | |
*** ntata has joined #openstack-sdks | 21:21 | |
ntata | terrylhowe, 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/1479400 | 21:23 |
openstack | Launchpad bug 1479400 in python-openstackclient "Add configuration list command" [Wishlist,Confirmed] - Assigned to Nandini (nandini-tata) | 21:23 |
stevemar_ | terrylhowe: poke poke poke | 21:25 |
stevemar_ | terrylhowe: ntata is volunteering for stuff! | 21:25 |
terrylhowe | I’ll put some comments in the ticke stevemar_ ntata | 21:28 |
ntata | stevemar_, ha-ha! learning all along | 21:28 |
ntata | terrylhowe, that will help. thank you! | 21:29 |
*** ntata_ has joined #openstack-sdks | 21:36 | |
*** ntata has quit IRC | 21:37 | |
*** dolphm has joined #openstack-sdks | 21:39 | |
dolphm | stevemar_: ntata_: joined, belatedly | 21:40 |
stevemar_ | dolphm: typical | 21:40 |
dolphm | stevemar_: =) | 21:43 |
stevemar_ | dolphm: review those liberty patches! :) | 21:43 |
stevemar_ | dolphm: and do shadow users | 21:43 |
stevemar_ | do all the things! | 21:44 |
stevemar_ | <3 | 21:44 |
*** dims_ has quit IRC | 21:51 | |
dolphm | stevemar_: is openstackclient aware of clouds.yaml ? i thought that dependency was in the other direction | 21:53 |
stevemar_ | dolphm: i do believe it is sir | 21:54 |
stevemar_ | dolphm: you can use it for any command | 21:54 |
stevemar_ | dolphm: http://inaugust.com/posts/multi-cloud-with-python-openstackclient.html | 21:54 |
openstackgerrit | Merged openstack/python-openstackclient: Add release notes for 1.9.0 https://review.openstack.org/246047 | 21:56 |
*** dims has joined #openstack-sdks | 21:57 | |
dolphm | stevemar_: oooh i get the bug. was thinking about this all backwards, thanks | 21:57 |
stevemar_ | dolphm: np (another poke about reviewing stable/liberty) | 21:57 |
*** rtheis has quit IRC | 21:58 | |
*** lhcheng has quit IRC | 22:14 | |
*** lhcheng has joined #openstack-sdks | 22:16 | |
*** petertr7 is now known as petertr7_away | 22:22 | |
*** petertr7_away is now known as petertr7 | 22:31 | |
*** Qiming has joined #openstack-sdks | 22:35 | |
*** TravT has joined #openstack-sdks | 22:36 | |
*** dims has quit IRC | 23:00 | |
*** dims has joined #openstack-sdks | 23:01 | |
*** dims_ has joined #openstack-sdks | 23:04 | |
*** dims has quit IRC | 23:07 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:20 | |
*** lhcheng has quit IRC | 23:25 | |
*** lhcheng has joined #openstack-sdks | 23:27 | |
*** smalltrader1 has quit IRC | 23:27 | |
*** petertr7 is now known as petertr7_away | 23:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!