*** zhurong has quit IRC | 00:07 | |
openstackgerrit | lvdongbing proposed openstack/python-openstacksdk: Add project_id field to cluster's policy and profile https://review.openstack.org/372083 | 00:44 |
---|---|---|
*** hieulq has joined #openstack-sdks | 00:45 | |
*** hoangcx has joined #openstack-sdks | 00:48 | |
*** gildub has joined #openstack-sdks | 00:54 | |
*** gouthamr_ has quit IRC | 01:05 | |
openstackgerrit | Merged openstack/python-openstacksdk: Add project_id field to cluster's policy and profile https://review.openstack.org/372083 | 01:09 |
*** zhurong has joined #openstack-sdks | 01:09 | |
*** tangchen has joined #openstack-sdks | 01:36 | |
*** yanyanhu has joined #openstack-sdks | 01:37 | |
*** salv-orl_ has joined #openstack-sdks | 01:41 | |
*** gouthamr has joined #openstack-sdks | 01:43 | |
*** zhurong has quit IRC | 01:43 | |
*** zhurong has joined #openstack-sdks | 01:44 | |
*** salv-orlando has quit IRC | 01:45 | |
*** hoangcx has quit IRC | 02:10 | |
*** namnh has joined #openstack-sdks | 02:11 | |
*** kevo has joined #openstack-sdks | 02:36 | |
*** zhurong has quit IRC | 02:39 | |
*** zhurong has joined #openstack-sdks | 02:43 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-openstackclient: Add 'description' option to os subnet (pool) create/set cmd https://review.openstack.org/357060 | 03:07 |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet pool list command https://review.openstack.org/356955 | 03:08 |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet list command https://review.openstack.org/356932 | 03:08 |
*** markvoelker has joined #openstack-sdks | 03:25 | |
*** kevo has quit IRC | 03:30 | |
*** kevo has joined #openstack-sdks | 03:31 | |
*** hoangcx has joined #openstack-sdks | 03:37 | |
*** gouthamr has quit IRC | 03:52 | |
reedip | tangchen : pimng | 04:09 |
reedip | tangchen : its about https://review.openstack.org/357973 | 04:09 |
*** salv-orl_ has quit IRC | 04:12 | |
*** salv-orlando has joined #openstack-sdks | 04:13 | |
tangchen | reedip: Hi, yes | 04:13 |
tangchen | reedip: please | 04:13 |
reedip | tangchen : hi, hope I am not disturbing you. | 04:13 |
tangchen | reedip: No, not at all :) | 04:13 |
reedip | tangchen : okay :) . Just a query : if we provide an option for setting gateway in router set command, wont we need to provide for --gateway in router create command? | 04:14 |
tangchen | reedip: I think it is OK | 04:15 |
tangchen | reedip: I mean I think we need to add a --gateway option to create command | 04:15 |
reedip | I need to check if we can provide --gateway option to the Neutron API durung router create | 04:17 |
reedip | otherwise tangchen , adding an option to the create command wont be too useful | 04:17 |
tangchen | reedip: Okay, I see. I was just think that "router add network" is not so obvious for users who want to add a gateway. And "router set gateway" looks like it should be part of "router set" command. | 04:19 |
reedip | tangchen : infact in Horizon as well, we add the gateway port later to the router | 04:20 |
reedip | tangchen : currently neutronclient does not support setting gateway to the routers during create | 04:21 |
tangchen | reedip: OK, I think the "create" command could be improved in another patch. In this one, we can do "set" only. :) | 04:22 |
reedip | tangchen : Okay, I think we can do that in the create patch as well. I will however create a separate patch for that, and work on the set command first | 04:25 |
reedip | neutron router-create --external-gateway-info public test2 | 04:25 |
reedip | Invalid input for external_gateway_info. Reason: 'test2' is not a dictionary. | 04:25 |
reedip | tangchen : however, the router-set command would be pretty complex after that | 04:26 |
tangchen | reedip: Looks like it can only set the gateway info, not add a public network to the router as a gateway. I'm not sure if they are the same. | 04:27 |
reedip | tangchen : enable/disable snat and the fixed-ip/subnet option are only valud when setting gateway | 04:27 |
reedip | and not for general router options | 04:27 |
tangchen | reedip: If the set command will go too complex, then let's hear Richard and Steve's suggestion. | 04:27 |
reedip | stevemar is Online right now , I think. | 04:28 |
tangchen | reedip: Not sure if stevemar is still online, I think it is late for him now. | 04:29 |
tangchen | reedip: You can just reply the comment and I think he will see it. :) | 04:30 |
reedip | Yes, I will do that now | 04:30 |
tangchen | reedip: :) | 04:30 |
stevemar | tangchen: still around for a bit | 04:30 |
tangchen | stevemar: Hi Steve, reedip wants some suggestions about how to implement "set a gateway for a router" | 04:34 |
tangchen | https://review.openstack.org/#/c/357973/ | 04:34 |
reedip | tangchen : see I told u :D | 04:34 |
tangchen | stevemar: I suggest to do it in "router set" command, but it could make the command too complicated. :) | 04:35 |
reedip | stevemar : I have commented on the patch set itself, and put up my query there. | 04:35 |
tangchen | reedip: Yeah, Steve works late often. :) | 04:35 |
reedip | but tangchen has put it in the very precise words just now :) | 04:35 |
reedip | stevemar roxxs ( and sometimes rolls ) :D | 04:35 |
stevemar | uh oh, networking, i'm not very helpful here | 04:37 |
stevemar | let me look at the patch | 04:37 |
reedip | stevemar :) | 04:37 |
tangchen | reedip, stevemar: Going out for launch now. Will be back in about an hour. :) | 04:39 |
stevemar | tangchen: yum, eat well | 04:39 |
reedip | tangchen : have good lunch :) | 04:39 |
reedip | stevemar : so you would comment on the patch directly, I guess ? | 04:43 |
stevemar | reedip: yeah, i don't know very much about networking though | 04:47 |
stevemar | reedip: but i like rtheis' idea | 04:47 |
stevemar | "router add network" would certainly be more consistent | 04:48 |
reedip | stevemar : I was not of that option because of the fact that routers are connected to a network by ports | 04:49 |
reedip | and the router itself lies on the Public/External network which is the gateway | 04:49 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets https://review.openstack.org/368320 | 04:55 |
stevemar | reedip: how would `router add network` (if you're adding a port) be different than the existing command `router add port` ? | 04:55 |
reedip | tangchen , RuiChen, stevemar : review comment for https://review.openstack.org/368320 requested when you have time | 04:56 |
reedip | stevemar: it is just a bit confusing to a network operator. Because router add network , to me, seems like adding a network to a router, which is taken care by adding a port itself. | 04:57 |
reedip | stevemar : I just want to avoid the confusion. | 04:57 |
stevemar | reedip: i don't have enough networking background to form a solid opinion :( | 04:58 |
stevemar | reedip: i can say that `router add network` is the most "osc-friendly" choice | 04:58 |
stevemar | since i's consistent with others | 04:58 |
reedip | stevemar: okay . | 04:58 |
stevemar | but tangchen is concerned about using "gateway" | 04:59 |
stevemar | reedip: what about `router add gateway` ? | 04:59 |
reedip | stevemar : that is possible | 04:59 |
reedip | stevemar: let tangchen come back, I will discuss it with her as well once | 05:01 |
stevemar | reedip: cool, i'm probably logging off for now | 05:02 |
reedip | stevemar : okay, enjoy your sunday night! :) | 05:02 |
stevemar | reedip: it's already monday :P | 05:03 |
reedip | aww ... snap! | 05:03 |
stevemar | well... 1 hour into monday | 05:03 |
reedip | you should sleep , or else the baby will sense and wake you up soon :P | 05:04 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Introduce overwrite functionality in ``osc port set`` https://review.openstack.org/308201 | 05:05 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets https://review.openstack.org/368320 | 05:09 |
reedip | tangchen : ^^ 2 commits , and the above discussion as well :D | 05:09 |
tangchen | reedip: I'm OK with "router add gateway". Let's see what Richard will say. :) | 05:44 |
reedip | tangchen : sure :) | 05:54 |
reedip | tangchen : I fuxed the rst files in the above 2 patches . Can you please provide your comments ? | 05:55 |
reedip | fixed* :P | 05:55 |
tangchen | reedip: Sure, will do that :0 | 05:56 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets https://review.openstack.org/368320 | 06:18 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Introduce overwrite functionality in ``osc port set`` https://review.openstack.org/308201 | 06:19 |
*** hoangcx has quit IRC | 06:20 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Provide support to list ports by network https://review.openstack.org/371908 | 06:25 |
*** fzdarsky has joined #openstack-sdks | 06:33 | |
*** hoangcx has joined #openstack-sdks | 06:38 | |
*** adriant has quit IRC | 06:38 | |
openstackgerrit | Nguyen Phuong An proposed openstack/python-openstackclient: Add "qos-policy" option to "port create" & "port set" https://review.openstack.org/355306 | 06:45 |
*** hoangcx has quit IRC | 06:47 | |
*** hoangcx has joined #openstack-sdks | 06:48 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet pool list command https://review.openstack.org/356955 | 07:00 |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet list command https://review.openstack.org/356932 | 07:03 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets https://review.openstack.org/368320 | 07:23 |
openstackgerrit | miaohb proposed openstack/python-openstacksdk: Action list cannot display the "target" column https://review.openstack.org/372268 | 07:31 |
*** salv-orl_ has joined #openstack-sdks | 07:41 | |
*** salv-orlando has quit IRC | 07:44 | |
openstackgerrit | miaohb proposed openstack/python-openstacksdk: Event list can not display "timestamp" https://review.openstack.org/372276 | 07:49 |
*** amitkqed has quit IRC | 07:53 | |
*** amitkqed has joined #openstack-sdks | 07:54 | |
*** jpena|off is now known as jpena | 07:59 | |
*** hoangcx has quit IRC | 08:03 | |
*** e0ne has joined #openstack-sdks | 08:15 | |
*** annp has joined #openstack-sdks | 08:15 | |
*** Romanenko_K has joined #openstack-sdks | 08:22 | |
*** e0ne has quit IRC | 08:27 | |
*** e0ne has joined #openstack-sdks | 08:29 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Provide support to list ports by network https://review.openstack.org/371908 | 08:30 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets https://review.openstack.org/368320 | 08:31 |
reedip | tangchen : updated. | 08:32 |
reedip | Thanks for your review comments :) | 08:32 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Provide support to list ports by network https://review.openstack.org/371908 | 08:43 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Provide support to list ports by network https://review.openstack.org/371908 | 08:45 |
openstackgerrit | Merged openstack/python-openstackclient: Fix Quota Support for HMs https://review.openstack.org/371299 | 08:46 |
*** e0ne has quit IRC | 08:51 | |
*** e0ne has joined #openstack-sdks | 08:52 | |
*** hoangcx has joined #openstack-sdks | 08:55 | |
tangchen | reedip: +2ed. Thanks for your patient. :) | 09:06 |
*** hoangcx has quit IRC | 09:06 | |
*** edleafe has quit IRC | 09:07 | |
*** edleafe has joined #openstack-sdks | 09:07 | |
reedip | tangchen : thanks for your support and review comments :) | 09:08 |
*** hoangcx has joined #openstack-sdks | 09:12 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet pool list command https://review.openstack.org/356955 | 09:18 |
openstackgerrit | Dong Ma proposed openstack/js-openstack-lib: OpenStack wrapper instance https://review.openstack.org/369319 | 09:20 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Provide support to list ports by network https://review.openstack.org/371908 | 09:25 |
*** hoangcx has quit IRC | 09:26 | |
*** hoangcx has joined #openstack-sdks | 09:28 | |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient: Support "--no" option in aggregate set https://review.openstack.org/310193 | 09:29 |
*** liangbo has joined #openstack-sdks | 09:48 | |
*** hoangcx has quit IRC | 09:48 | |
*** yanyanhu has quit IRC | 09:52 | |
openstackgerrit | Dong Ma proposed openstack/js-openstack-lib: OpenStack wrapper instance https://review.openstack.org/369319 | 09:59 |
*** zhurong has quit IRC | 10:00 | |
*** annp has quit IRC | 10:05 | |
*** hoangcx has joined #openstack-sdks | 10:10 | |
openstackgerrit | Merged openstack/python-openstacksdk: Event list can not display "timestamp" https://review.openstack.org/372276 | 10:12 |
*** cdent has joined #openstack-sdks | 10:18 | |
*** hoangcx has quit IRC | 10:25 | |
*** fzdarsky has quit IRC | 10:25 | |
*** openstackstatus has quit IRC | 10:28 | |
*** gildub_ has joined #openstack-sdks | 10:36 | |
*** gildub has quit IRC | 10:38 | |
*** thrash|g0ne is now known as thrash | 10:42 | |
*** fzdarsky has joined #openstack-sdks | 10:43 | |
*** liangbo has quit IRC | 10:45 | |
*** sdague has joined #openstack-sdks | 10:51 | |
openstackgerrit | Merged openstack/python-openstackclient: Fix quota-update issue in LBaaS https://review.openstack.org/371342 | 10:53 |
*** yarkot1 has quit IRC | 11:00 | |
*** lucas-dinner is now known as lucasagomes | 11:03 | |
*** rtheis has joined #openstack-sdks | 11:04 | |
*** yarkot has quit IRC | 11:04 | |
*** _sigmavirus24 is now known as sigmavirus | 11:06 | |
*** sigmavirus has joined #openstack-sdks | 11:06 | |
*** malloc83 has joined #openstack-sdks | 11:18 | |
*** yarkot has joined #openstack-sdks | 11:20 | |
*** yarkot1 has joined #openstack-sdks | 11:20 | |
*** namnh has quit IRC | 11:22 | |
*** cdent has quit IRC | 11:33 | |
*** mliima has joined #openstack-sdks | 11:37 | |
*** jpena is now known as jpena|lunch | 11:38 | |
*** markvoelker has quit IRC | 11:51 | |
*** cdent has joined #openstack-sdks | 11:56 | |
*** markvoelker has joined #openstack-sdks | 12:22 | |
reedip | rtheis : hi | 12:24 |
*** gdubreui has joined #openstack-sdks | 12:27 | |
*** gildub_ has quit IRC | 12:29 | |
*** gildub_ has joined #openstack-sdks | 12:34 | |
*** e0ne has quit IRC | 12:35 | |
*** e0ne has joined #openstack-sdks | 12:35 | |
*** gdubreui has quit IRC | 12:36 | |
rtheis | reedip: hi | 12:38 |
*** david-lyle has joined #openstack-sdks | 12:38 | |
reedip | rtheis : busy morning ? | 12:39 |
rtheis | yes, it has been | 12:39 |
*** edmondsw has joined #openstack-sdks | 12:40 | |
reedip | rtheis : hmm , actually tangchen, stevemar and I had a question. We put it up in https://review.openstack.org/357973 | 12:41 |
rtheis | reedip: okay, thanks for the update. It's on my review list for today | 12:42 |
reedip | rtheis : okay , great . If its ok, can I add 2 more to your list :P | 12:43 |
rtheis | sure | 12:43 |
*** david-lyle has quit IRC | 12:43 | |
reedip | rtheis : https://review.openstack.org/368320 and https://review.openstack.org/308201 | 12:43 |
rtheis | ack | 12:43 |
reedip | rtheis : thanks a lot for your support. I hope I can be of your help sometime :) | 12:43 |
rtheis | you're welcome | 12:44 |
reedip | :) | 12:44 |
*** jpena|lunch is now known as jpena | 12:45 | |
reedip | rtheis : I also have a question, an important one. But I would need some explanation , so if you have time, please let me know ? | 12:54 |
reedip | rtheis : its regarding the advanced services of neutronclient | 12:54 |
*** cdent has quit IRC | 12:57 | |
rtheis | reedip: what is your question? | 13:07 |
reedip | rtheis , I was reading https://review.openstack.org/#/c/357844/2/doc/source/devref/transition_to_osc.rst | 13:08 |
reedip | rtheis: and http://docs.openstack.org/developer/python-openstackclient/plugins.html | 13:08 |
reedip | rtheis: I want to create an OpenstackClient plugin for Tap-as-a-Service, so that its CLIs are exposed to user using OpenstackClient | 13:09 |
*** gouthamr has joined #openstack-sdks | 13:09 | |
reedip | rtheis : currently it uses NeutronClient and has bindings with the NeutronClient | 13:09 |
reedip | rtheis : My question is that, for Tap-as-a-Service, do I need to create a complete plugin , as mentioned in http://docs.openstack.org/developer/python-openstackclient/plugins.html#implementation ? | 13:10 |
reedip | rtheis : I was checking the current implementation of OSC plugin in NeutronClient | 13:10 |
reedip | rtheis: would the implementation for an Advanced service, like Tap-as-a-Service , be similar to how OSC has been integrated with NC ? | 13:11 |
rtheis | Yes, it should be similar | 13:11 |
rtheis | I don't understand what you mean by need to create a complete plugin | 13:11 |
rtheis | I think you do | 13:11 |
*** e0ne has quit IRC | 13:12 | |
rtheis | Are you hoping to avoid make_client? | 13:12 |
reedip | rtheis : I mean whatever has been done for NC would also be donee for TaaS | 13:12 |
rtheis | Yes, I think you can follow what was done for NC | 13:12 |
reedip | rtheis : Okay , let me try to make it. If I face any issues, I will drop you an email on your launchpad registered mail-id | 13:13 |
rtheis | sounds good | 13:13 |
reedip | thanks | 13:13 |
*** bnemec has joined #openstack-sdks | 13:19 | |
*** zhurong has joined #openstack-sdks | 13:23 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add network support for Network QoS policies https://review.openstack.org/350655 | 13:28 |
*** salv-orlando has joined #openstack-sdks | 13:42 | |
*** gdubreui has joined #openstack-sdks | 13:45 | |
*** salv-orl_ has quit IRC | 13:45 | |
*** gildub_ has quit IRC | 13:47 | |
*** gildub has joined #openstack-sdks | 14:08 | |
*** gdubreui has quit IRC | 14:08 | |
openstackgerrit | Rajasi Kulkarni proposed openstack/python-openstackclient: Add option "--object-name" to command "openstack object create" https://review.openstack.org/358343 | 14:13 |
openstackgerrit | Merged openstack/python-openstackclient: Add filtering options to os subnet list command https://review.openstack.org/356932 | 14:14 |
*** fguillot has joined #openstack-sdks | 14:15 | |
*** erlon has joined #openstack-sdks | 14:16 | |
*** gildub_ has joined #openstack-sdks | 14:22 | |
*** gildub has quit IRC | 14:24 | |
*** gdubreui has joined #openstack-sdks | 14:25 | |
*** gildub_ has quit IRC | 14:27 | |
*** openstackgerrit has quit IRC | 14:37 | |
*** openstackgerrit has joined #openstack-sdks | 14:38 | |
*** david-lyle has joined #openstack-sdks | 14:40 | |
*** david-lyle has quit IRC | 14:45 | |
*** cdent has joined #openstack-sdks | 14:47 | |
*** bnemec has quit IRC | 15:04 | |
*** bnemec has joined #openstack-sdks | 15:07 | |
*** gdubreui has quit IRC | 15:09 | |
*** gdubreui has joined #openstack-sdks | 15:10 | |
*** liangbo has joined #openstack-sdks | 15:13 | |
*** cdent has quit IRC | 15:26 | |
*** liangbo has quit IRC | 15:31 | |
*** david-lyle has joined #openstack-sdks | 15:32 | |
*** fguillot has quit IRC | 15:32 | |
*** Romanenko_K has quit IRC | 15:42 | |
*** kevo has quit IRC | 15:47 | |
*** cdent has joined #openstack-sdks | 15:53 | |
*** zhurong has quit IRC | 15:55 | |
*** cdent has quit IRC | 15:56 | |
*** aimeeu__ has joined #openstack-sdks | 15:57 | |
*** fzdarsky has quit IRC | 16:04 | |
*** lucasagomes is now known as lucas-hungry | 16:08 | |
*** annegentle has joined #openstack-sdks | 16:09 | |
*** e0ne has joined #openstack-sdks | 16:17 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add network support for Network QoS policies https://review.openstack.org/350655 | 16:31 |
*** eggshell has joined #openstack-sdks | 16:32 | |
*** annegentle has quit IRC | 16:35 | |
*** annegentle has joined #openstack-sdks | 16:36 | |
*** piet has joined #openstack-sdks | 16:42 | |
piet | Hi Folks, we're planning to run a usability study on the various project APIs at the Barcelona Summit | 16:43 |
piet | When you have a moment, I would like some recommendations on tasks that span the APIs. Quotas seem like a good candidate. | 16:44 |
*** liangbo has joined #openstack-sdks | 16:51 | |
*** kevo has joined #openstack-sdks | 16:53 | |
*** e0ne has quit IRC | 16:55 | |
*** yarkot1 has quit IRC | 16:57 | |
*** lucas-hungry is now known as lucasagomes | 16:57 | |
*** e0ne has joined #openstack-sdks | 16:58 | |
*** eggshell has quit IRC | 17:15 | |
*** jpena is now known as jpena|off | 17:37 | |
*** liangbo has quit IRC | 18:01 | |
*** ankur-gupta-f has joined #openstack-sdks | 18:12 | |
ankur-gupta-f | rtheis: ping here? question about osc neutron support | 18:13 |
rtheis | ankur-gupta-f: hi | 18:17 |
ankur-gupta-f | rtheis: I went through the osc-neutron-support Etherpad. Was looking to help contribute to the effort. | 18:18 |
ankur-gupta-f | Any specific direction you want me to go in, or just pull stuff off the etherpad that hasnt been completed | 18:18 |
rtheis | looking now ... | 18:19 |
rtheis | ankur-gupta-f: feel free to stuff off the etherpad that hasn't been completed | 18:24 |
rtheis | I'm not seeing any critical items at this time | 18:24 |
ankur-gupta-f | rtheis: sounds good. Yes just going to go down the list of commands and fill up any missing command opts to wet my whistle so to speak. Then will pull some of the bigger items. | 18:25 |
ankur-gupta-f | rtheis: thanks for looking into it | 18:25 |
*** amotoki has joined #openstack-sdks | 18:25 | |
rtheis | ankur-gupta-f: thanks for your help | 18:26 |
*** e0ne has quit IRC | 18:28 | |
*** tangchen has quit IRC | 18:41 | |
*** tangchen has joined #openstack-sdks | 18:51 | |
*** piet has quit IRC | 19:11 | |
*** slagle has joined #openstack-sdks | 19:13 | |
*** piet has joined #openstack-sdks | 19:17 | |
*** tangchen has quit IRC | 19:23 | |
*** tangchen has joined #openstack-sdks | 19:24 | |
openstackgerrit | Merged openstack/python-openstackclient: router list if availability_zone ext not enabled https://review.openstack.org/370574 | 19:35 |
*** gouthamr has quit IRC | 19:41 | |
*** salv-orl_ has joined #openstack-sdks | 19:42 | |
*** salv-orlando has quit IRC | 19:45 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Clean up docs and notes for 3.3.0 release https://review.openstack.org/371614 | 19:59 |
*** lucasagomes is now known as lucas-afk | 20:03 | |
*** gildub_ has joined #openstack-sdks | 20:04 | |
*** gdubreui has quit IRC | 20:07 | |
*** gildub has joined #openstack-sdks | 20:08 | |
*** gildub_ has quit IRC | 20:09 | |
*** e0ne has joined #openstack-sdks | 20:12 | |
*** e0ne has quit IRC | 20:12 | |
*** gildub_ has joined #openstack-sdks | 20:13 | |
*** gildub has quit IRC | 20:16 | |
*** gdubreui has joined #openstack-sdks | 20:18 | |
*** gildub_ has quit IRC | 20:20 | |
*** gildub_ has joined #openstack-sdks | 20:22 | |
*** gdubreui has quit IRC | 20:24 | |
*** gildub has joined #openstack-sdks | 20:24 | |
*** gildub_ has quit IRC | 20:26 | |
*** prg3_ has quit IRC | 20:36 | |
*** prg3 has joined #openstack-sdks | 20:36 | |
*** mliima has quit IRC | 20:38 | |
*** edmondsw has quit IRC | 20:52 | |
*** sdague has quit IRC | 20:57 | |
*** gildub has quit IRC | 21:02 | |
*** sdague has joined #openstack-sdks | 21:11 | |
*** salv-orl_ has quit IRC | 21:25 | |
*** salv-orlando has joined #openstack-sdks | 21:25 | |
*** bnemec has quit IRC | 21:33 | |
*** piet has quit IRC | 21:36 | |
*** ankur-gupta-f has left #openstack-sdks | 21:39 | |
*** rtheis has quit IRC | 21:41 | |
openstackgerrit | Ankur proposed openstack/python-openstackclient: Add --description to Create/Set Network https://review.openstack.org/372777 | 21:44 |
*** scottda has quit IRC | 21:51 | |
*** xehbit has quit IRC | 21:51 | |
*** scottda has joined #openstack-sdks | 21:53 | |
openstackgerrit | Merged openstack/python-openstackclient: Clean up docs and notes for 3.3.0 release https://review.openstack.org/371614 | 21:58 |
*** annegentle has quit IRC | 22:04 | |
*** xehbit has joined #openstack-sdks | 22:05 | |
*** adriant has joined #openstack-sdks | 22:09 | |
*** markvoelker has quit IRC | 22:36 | |
*** amotoki has quit IRC | 22:54 | |
*** GreenBlood has quit IRC | 23:05 | |
*** GreenBlood has joined #openstack-sdks | 23:06 | |
*** adriant has quit IRC | 23:23 | |
*** sdague has quit IRC | 23:32 | |
*** openstackgerrit has quit IRC | 23:42 | |
*** zhurong has joined #openstack-sdks | 23:43 | |
*** openstackgerrit has joined #openstack-sdks | 23:47 | |
*** markvoelker has joined #openstack-sdks | 23:48 | |
*** openstackgerrit has quit IRC | 23:51 | |
*** markvoelker has quit IRC | 23:53 | |
*** hogepodge has quit IRC | 23:53 | |
*** openstackgerrit has joined #openstack-sdks | 23:55 | |
*** hogepodge has joined #openstack-sdks | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!