Monday, 2016-09-19

*** zhurong has quit IRC00:07
openstackgerritlvdongbing proposed openstack/python-openstacksdk: Add project_id field to cluster's policy and profile  https://review.openstack.org/37208300:44
*** hieulq has joined #openstack-sdks00:45
*** hoangcx has joined #openstack-sdks00:48
*** gildub has joined #openstack-sdks00:54
*** gouthamr_ has quit IRC01:05
openstackgerritMerged openstack/python-openstacksdk: Add project_id field to cluster's policy and profile  https://review.openstack.org/37208301:09
*** zhurong has joined #openstack-sdks01:09
*** tangchen has joined #openstack-sdks01:36
*** yanyanhu has joined #openstack-sdks01:37
*** salv-orl_ has joined #openstack-sdks01:41
*** gouthamr has joined #openstack-sdks01:43
*** zhurong has quit IRC01:43
*** zhurong has joined #openstack-sdks01:44
*** salv-orlando has quit IRC01:45
*** hoangcx has quit IRC02:10
*** namnh has joined #openstack-sdks02:11
*** kevo has joined #openstack-sdks02:36
*** zhurong has quit IRC02:39
*** zhurong has joined #openstack-sdks02:43
openstackgerritCao Xuan Hoang proposed openstack/python-openstackclient: Add 'description' option to os subnet (pool) create/set cmd  https://review.openstack.org/35706003:07
openstackgerritCao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet pool list command  https://review.openstack.org/35695503:08
openstackgerritCao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet list command  https://review.openstack.org/35693203:08
*** markvoelker has joined #openstack-sdks03:25
*** kevo has quit IRC03:30
*** kevo has joined #openstack-sdks03:31
*** hoangcx has joined #openstack-sdks03:37
*** gouthamr has quit IRC03:52
reediptangchen : pimng04:09
reediptangchen : its about https://review.openstack.org/35797304:09
*** salv-orl_ has quit IRC04:12
*** salv-orlando has joined #openstack-sdks04:13
tangchenreedip: Hi, yes04:13
tangchenreedip: please04:13
reediptangchen : hi, hope I am not disturbing you.04:13
tangchenreedip: No, not at all :)04:13
reediptangchen : 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
tangchenreedip: I think it is OK04:15
tangchenreedip: I mean I think we need to add a --gateway option to create command04:15
reedipI need to check if we can provide --gateway option to the Neutron API durung router create04:17
reedipotherwise tangchen , adding an option to the create command wont be too useful04:17
tangchenreedip: 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
reediptangchen : infact in Horizon as well, we add the gateway port later to the router04:20
reediptangchen : currently neutronclient does not support setting gateway to the routers during create04:21
tangchenreedip: OK, I think the "create" command could be improved in another patch. In this one, we can do "set" only. :)04:22
reediptangchen : 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 first04:25
reedip neutron router-create --external-gateway-info public test204:25
reedipInvalid input for external_gateway_info. Reason: 'test2' is not a dictionary.04:25
reediptangchen : however, the router-set command would be pretty complex after that04:26
tangchenreedip: 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
reediptangchen : enable/disable snat and the fixed-ip/subnet option are only valud when setting gateway04:27
reedipand not for general router options04:27
tangchenreedip: If the set command will go too complex, then let's hear Richard and Steve's suggestion.04:27
reedipstevemar is Online right now , I think.04:28
tangchenreedip: Not sure if stevemar is still online, I think it is late for him now.04:29
tangchenreedip: You can just reply the comment and I think he will see it. :)04:30
reedipYes, I will do that now04:30
tangchenreedip: :)04:30
stevemartangchen: still around for a bit04:30
tangchenstevemar: Hi Steve, reedip wants some suggestions about how to implement "set a gateway for a router"04:34
tangchenhttps://review.openstack.org/#/c/357973/04:34
reediptangchen : see I told u :D04:34
tangchenstevemar: I suggest to do it in "router set" command, but it could make the command too complicated. :)04:35
reedipstevemar : I have commented on the patch set itself, and put up my query there.04:35
tangchenreedip: Yeah, Steve works late often. :)04:35
reedipbut tangchen has put it in the very precise words just now :)04:35
reedipstevemar roxxs ( and sometimes rolls ) :D04:35
stevemaruh oh, networking, i'm not very helpful here04:37
stevemarlet me look at the patch04:37
reedipstevemar  :)04:37
tangchenreedip, stevemar: Going out for launch now. Will be back in about an hour. :)04:39
stevemartangchen: yum, eat well04:39
reediptangchen : have good lunch :)04:39
reedipstevemar  : so you would comment on the patch directly, I guess ?04:43
stevemarreedip: yeah, i don't know very much about networking though04:47
stevemarreedip: but i like rtheis' idea04:47
stevemar"router add network" would certainly be more consistent04:48
reedipstevemar : I was not of that option because of the fact that routers are connected to a network by ports04:49
reedipand the router itself lies on the Public/External network which is the gateway04:49
openstackgerritReedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets  https://review.openstack.org/36832004:55
stevemarreedip: how would `router add network` (if you're adding a port) be different than the existing command `router add port` ?04:55
reediptangchen , RuiChen,  stevemar : review comment for   https://review.openstack.org/368320 requested when you have time04:56
reedipstevemar: 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
reedipstevemar : I just want to avoid the confusion.04:57
stevemarreedip: i don't have enough networking background to form a solid opinion :(04:58
stevemarreedip: i can say that `router add network` is the most "osc-friendly" choice04:58
stevemarsince i's consistent with others04:58
reedipstevemar: okay .04:58
stevemarbut tangchen is concerned about using "gateway"04:59
stevemarreedip: what about `router add gateway` ?04:59
reedipstevemar : that is possible04:59
reedipstevemar:  let tangchen come back, I will discuss it with her as well once05:01
stevemarreedip: cool, i'm probably logging off for now05:02
reedipstevemar : okay, enjoy your sunday night! :)05:02
stevemarreedip: it's already monday :P05:03
reedipaww ... snap!05:03
stevemarwell... 1 hour into monday05:03
reedipyou should sleep , or else the baby will sense and wake you up soon :P05:04
openstackgerritReedip proposed openstack/python-openstackclient: Introduce overwrite functionality in ``osc port set``  https://review.openstack.org/30820105:05
openstackgerritReedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets  https://review.openstack.org/36832005:09
reediptangchen : ^^ 2 commits , and the above discussion as well :D05:09
tangchenreedip: I'm OK with "router add gateway". Let's see what Richard will say. :)05:44
reediptangchen : sure :)05:54
reediptangchen : I fuxed the rst files in the above 2 patches . Can you please provide your comments ?05:55
reedipfixed* :P05:55
tangchenreedip: Sure, will do that :005:56
openstackgerritReedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets  https://review.openstack.org/36832006:18
openstackgerritReedip proposed openstack/python-openstackclient: Introduce overwrite functionality in ``osc port set``  https://review.openstack.org/30820106:19
*** hoangcx has quit IRC06:20
openstackgerritReedip proposed openstack/python-openstackclient: Provide support to list ports by network  https://review.openstack.org/37190806:25
*** fzdarsky has joined #openstack-sdks06:33
*** hoangcx has joined #openstack-sdks06:38
*** adriant has quit IRC06:38
openstackgerritNguyen Phuong An proposed openstack/python-openstackclient: Add "qos-policy" option to "port create" & "port set"  https://review.openstack.org/35530606:45
*** hoangcx has quit IRC06:47
*** hoangcx has joined #openstack-sdks06:48
openstackgerritCao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet pool list command  https://review.openstack.org/35695507:00
openstackgerritCao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet list command  https://review.openstack.org/35693207:03
openstackgerritReedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets  https://review.openstack.org/36832007:23
openstackgerritmiaohb proposed openstack/python-openstacksdk: Action list cannot display the "target" column  https://review.openstack.org/37226807:31
*** salv-orl_ has joined #openstack-sdks07:41
*** salv-orlando has quit IRC07:44
openstackgerritmiaohb proposed openstack/python-openstacksdk: Event list can not display "timestamp"  https://review.openstack.org/37227607:49
*** amitkqed has quit IRC07:53
*** amitkqed has joined #openstack-sdks07:54
*** jpena|off is now known as jpena07:59
*** hoangcx has quit IRC08:03
*** e0ne has joined #openstack-sdks08:15
*** annp has joined #openstack-sdks08:15
*** Romanenko_K has joined #openstack-sdks08:22
*** e0ne has quit IRC08:27
*** e0ne has joined #openstack-sdks08:29
openstackgerritReedip proposed openstack/python-openstackclient: Provide support to list ports by network  https://review.openstack.org/37190808:30
openstackgerritReedip proposed openstack/python-openstackclient: Overwrite/Clear support for subnets  https://review.openstack.org/36832008:31
reediptangchen : updated.08:32
reedipThanks for your review comments :)08:32
openstackgerritReedip proposed openstack/python-openstackclient: Provide support to list ports by network  https://review.openstack.org/37190808:43
openstackgerritReedip proposed openstack/python-openstackclient: Provide support to list ports by network  https://review.openstack.org/37190808:45
openstackgerritMerged openstack/python-openstackclient: Fix Quota Support for HMs  https://review.openstack.org/37129908:46
*** e0ne has quit IRC08:51
*** e0ne has joined #openstack-sdks08:52
*** hoangcx has joined #openstack-sdks08:55
tangchenreedip: +2ed. Thanks for your patient. :)09:06
*** hoangcx has quit IRC09:06
*** edleafe has quit IRC09:07
*** edleafe has joined #openstack-sdks09:07
reediptangchen : thanks for your support and review comments :)09:08
*** hoangcx has joined #openstack-sdks09:12
openstackgerritCao Xuan Hoang proposed openstack/python-openstackclient: Add filtering options to os subnet pool list command  https://review.openstack.org/35695509:18
openstackgerritDong Ma proposed openstack/js-openstack-lib: OpenStack wrapper instance  https://review.openstack.org/36931909:20
openstackgerritReedip proposed openstack/python-openstackclient: Provide support to list ports by network  https://review.openstack.org/37190809:25
*** hoangcx has quit IRC09:26
*** hoangcx has joined #openstack-sdks09:28
openstackgerritRui Chen proposed openstack/python-openstackclient: Support "--no" option in aggregate set  https://review.openstack.org/31019309:29
*** liangbo has joined #openstack-sdks09:48
*** hoangcx has quit IRC09:48
*** yanyanhu has quit IRC09:52
openstackgerritDong Ma proposed openstack/js-openstack-lib: OpenStack wrapper instance  https://review.openstack.org/36931909:59
*** zhurong has quit IRC10:00
*** annp has quit IRC10:05
*** hoangcx has joined #openstack-sdks10:10
openstackgerritMerged openstack/python-openstacksdk: Event list can not display "timestamp"  https://review.openstack.org/37227610:12
*** cdent has joined #openstack-sdks10:18
*** hoangcx has quit IRC10:25
*** fzdarsky has quit IRC10:25
*** openstackstatus has quit IRC10:28
*** gildub_ has joined #openstack-sdks10:36
*** gildub has quit IRC10:38
*** thrash|g0ne is now known as thrash10:42
*** fzdarsky has joined #openstack-sdks10:43
*** liangbo has quit IRC10:45
*** sdague has joined #openstack-sdks10:51
openstackgerritMerged openstack/python-openstackclient: Fix quota-update issue in LBaaS  https://review.openstack.org/37134210:53
*** yarkot1 has quit IRC11:00
*** lucas-dinner is now known as lucasagomes11:03
*** rtheis has joined #openstack-sdks11:04
*** yarkot has quit IRC11:04
*** _sigmavirus24 is now known as sigmavirus11:06
*** sigmavirus has joined #openstack-sdks11:06
*** malloc83 has joined #openstack-sdks11:18
*** yarkot has joined #openstack-sdks11:20
*** yarkot1 has joined #openstack-sdks11:20
*** namnh has quit IRC11:22
*** cdent has quit IRC11:33
*** mliima has joined #openstack-sdks11:37
*** jpena is now known as jpena|lunch11:38
*** markvoelker has quit IRC11:51
*** cdent has joined #openstack-sdks11:56
*** markvoelker has joined #openstack-sdks12:22
reediprtheis : hi12:24
*** gdubreui has joined #openstack-sdks12:27
*** gildub_ has quit IRC12:29
*** gildub_ has joined #openstack-sdks12:34
*** e0ne has quit IRC12:35
*** e0ne has joined #openstack-sdks12:35
*** gdubreui has quit IRC12:36
rtheisreedip: hi12:38
*** david-lyle has joined #openstack-sdks12:38
reediprtheis : busy morning ?12:39
rtheisyes, it has been12:39
*** edmondsw has joined #openstack-sdks12:40
reediprtheis : hmm , actually tangchen, stevemar and I had a question. We put it up in https://review.openstack.org/35797312:41
rtheisreedip: okay, thanks for the update.  It's on my review list for today12:42
reediprtheis   : okay , great . If its ok, can I add 2 more to your list :P12:43
rtheissure12:43
*** david-lyle has quit IRC12:43
reediprtheis : https://review.openstack.org/368320 and https://review.openstack.org/30820112:43
rtheisack12:43
reediprtheis : thanks a lot for your support. I hope I can be of your help sometime :)12:43
rtheisyou're welcome12:44
reedip:)12:44
*** jpena|lunch is now known as jpena12:45
reediprtheis : 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
reediprtheis : its regarding the advanced services of neutronclient12:54
*** cdent has quit IRC12:57
rtheisreedip: what is your question?13:07
reediprtheis , I was reading https://review.openstack.org/#/c/357844/2/doc/source/devref/transition_to_osc.rst13:08
reediprtheis: and http://docs.openstack.org/developer/python-openstackclient/plugins.html13:08
reediprtheis: I want to create an OpenstackClient plugin for Tap-as-a-Service, so that its CLIs are exposed to user using OpenstackClient13:09
*** gouthamr has joined #openstack-sdks13:09
reediprtheis : currently it uses NeutronClient and has bindings with the NeutronClient13:09
reediprtheis : 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
reediprtheis : I was checking the current implementation of OSC plugin in NeutronClient13:10
reediprtheis: would the implementation for an Advanced service, like Tap-as-a-Service , be similar  to how OSC has been integrated with NC ?13:11
rtheisYes, it should be similar13:11
rtheisI don't understand what you mean by need to create a complete plugin13:11
rtheisI think you do13:11
*** e0ne has quit IRC13:12
rtheisAre you hoping to avoid make_client?13:12
reediprtheis : I mean whatever has been done for NC would also be donee for TaaS13:12
rtheisYes, I think you can follow what was done for NC13:12
reediprtheis : Okay , let me try to make it. If I face any issues, I will drop you an email on your launchpad registered mail-id13:13
rtheissounds good13:13
reedipthanks13:13
*** bnemec has joined #openstack-sdks13:19
*** zhurong has joined #openstack-sdks13:23
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add network support for Network QoS policies  https://review.openstack.org/35065513:28
*** salv-orlando has joined #openstack-sdks13:42
*** gdubreui has joined #openstack-sdks13:45
*** salv-orl_ has quit IRC13:45
*** gildub_ has quit IRC13:47
*** gildub has joined #openstack-sdks14:08
*** gdubreui has quit IRC14:08
openstackgerritRajasi Kulkarni proposed openstack/python-openstackclient: Add option "--object-name" to command "openstack object create"  https://review.openstack.org/35834314:13
openstackgerritMerged openstack/python-openstackclient: Add filtering options to os subnet list command  https://review.openstack.org/35693214:14
*** fguillot has joined #openstack-sdks14:15
*** erlon has joined #openstack-sdks14:16
*** gildub_ has joined #openstack-sdks14:22
*** gildub has quit IRC14:24
*** gdubreui has joined #openstack-sdks14:25
*** gildub_ has quit IRC14:27
*** openstackgerrit has quit IRC14:37
*** openstackgerrit has joined #openstack-sdks14:38
*** david-lyle has joined #openstack-sdks14:40
*** david-lyle has quit IRC14:45
*** cdent has joined #openstack-sdks14:47
*** bnemec has quit IRC15:04
*** bnemec has joined #openstack-sdks15:07
*** gdubreui has quit IRC15:09
*** gdubreui has joined #openstack-sdks15:10
*** liangbo has joined #openstack-sdks15:13
*** cdent has quit IRC15:26
*** liangbo has quit IRC15:31
*** david-lyle has joined #openstack-sdks15:32
*** fguillot has quit IRC15:32
*** Romanenko_K has quit IRC15:42
*** kevo has quit IRC15:47
*** cdent has joined #openstack-sdks15:53
*** zhurong has quit IRC15:55
*** cdent has quit IRC15:56
*** aimeeu__ has joined #openstack-sdks15:57
*** fzdarsky has quit IRC16:04
*** lucasagomes is now known as lucas-hungry16:08
*** annegentle has joined #openstack-sdks16:09
*** e0ne has joined #openstack-sdks16:17
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add network support for Network QoS policies  https://review.openstack.org/35065516:31
*** eggshell has joined #openstack-sdks16:32
*** annegentle has quit IRC16:35
*** annegentle has joined #openstack-sdks16:36
*** piet has joined #openstack-sdks16:42
pietHi Folks,  we're planning to run a usability study on the various project APIs at the Barcelona Summit16:43
pietWhen 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-sdks16:51
*** kevo has joined #openstack-sdks16:53
*** e0ne has quit IRC16:55
*** yarkot1 has quit IRC16:57
*** lucas-hungry is now known as lucasagomes16:57
*** e0ne has joined #openstack-sdks16:58
*** eggshell has quit IRC17:15
*** jpena is now known as jpena|off17:37
*** liangbo has quit IRC18:01
*** ankur-gupta-f has joined #openstack-sdks18:12
ankur-gupta-frtheis: ping here? question about osc neutron support18:13
rtheisankur-gupta-f: hi18:17
ankur-gupta-frtheis: I went through the osc-neutron-support Etherpad. Was looking to help contribute to the effort.18:18
ankur-gupta-fAny specific direction you want me to go in, or just pull stuff off the etherpad that hasnt been completed18:18
rtheislooking now ...18:19
rtheisankur-gupta-f: feel free to stuff off the etherpad that hasn't been completed18:24
rtheisI'm not seeing any critical items at this time18:24
ankur-gupta-frtheis: 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-frtheis: thanks for looking into it18:25
*** amotoki has joined #openstack-sdks18:25
rtheisankur-gupta-f: thanks for your help18:26
*** e0ne has quit IRC18:28
*** tangchen has quit IRC18:41
*** tangchen has joined #openstack-sdks18:51
*** piet has quit IRC19:11
*** slagle has joined #openstack-sdks19:13
*** piet has joined #openstack-sdks19:17
*** tangchen has quit IRC19:23
*** tangchen has joined #openstack-sdks19:24
openstackgerritMerged openstack/python-openstackclient: router list if availability_zone ext not enabled  https://review.openstack.org/37057419:35
*** gouthamr has quit IRC19:41
*** salv-orl_ has joined #openstack-sdks19:42
*** salv-orlando has quit IRC19:45
openstackgerritDean Troyer proposed openstack/python-openstackclient: Clean up docs and notes for 3.3.0 release  https://review.openstack.org/37161419:59
*** lucasagomes is now known as lucas-afk20:03
*** gildub_ has joined #openstack-sdks20:04
*** gdubreui has quit IRC20:07
*** gildub has joined #openstack-sdks20:08
*** gildub_ has quit IRC20:09
*** e0ne has joined #openstack-sdks20:12
*** e0ne has quit IRC20:12
*** gildub_ has joined #openstack-sdks20:13
*** gildub has quit IRC20:16
*** gdubreui has joined #openstack-sdks20:18
*** gildub_ has quit IRC20:20
*** gildub_ has joined #openstack-sdks20:22
*** gdubreui has quit IRC20:24
*** gildub has joined #openstack-sdks20:24
*** gildub_ has quit IRC20:26
*** prg3_ has quit IRC20:36
*** prg3 has joined #openstack-sdks20:36
*** mliima has quit IRC20:38
*** edmondsw has quit IRC20:52
*** sdague has quit IRC20:57
*** gildub has quit IRC21:02
*** sdague has joined #openstack-sdks21:11
*** salv-orl_ has quit IRC21:25
*** salv-orlando has joined #openstack-sdks21:25
*** bnemec has quit IRC21:33
*** piet has quit IRC21:36
*** ankur-gupta-f has left #openstack-sdks21:39
*** rtheis has quit IRC21:41
openstackgerritAnkur proposed openstack/python-openstackclient: Add --description to Create/Set Network  https://review.openstack.org/37277721:44
*** scottda has quit IRC21:51
*** xehbit has quit IRC21:51
*** scottda has joined #openstack-sdks21:53
openstackgerritMerged openstack/python-openstackclient: Clean up docs and notes for 3.3.0 release  https://review.openstack.org/37161421:58
*** annegentle has quit IRC22:04
*** xehbit has joined #openstack-sdks22:05
*** adriant has joined #openstack-sdks22:09
*** markvoelker has quit IRC22:36
*** amotoki has quit IRC22:54
*** GreenBlood has quit IRC23:05
*** GreenBlood has joined #openstack-sdks23:06
*** adriant has quit IRC23:23
*** sdague has quit IRC23:32
*** openstackgerrit has quit IRC23:42
*** zhurong has joined #openstack-sdks23:43
*** openstackgerrit has joined #openstack-sdks23:47
*** markvoelker has joined #openstack-sdks23:48
*** openstackgerrit has quit IRC23:51
*** markvoelker has quit IRC23:53
*** hogepodge has quit IRC23:53
*** openstackgerrit has joined #openstack-sdks23:55
*** hogepodge has joined #openstack-sdks23:56

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