Friday, 2017-02-03

*** hongbin has quit IRC00:04
*** sdague has quit IRC00:27
*** john-davidge has joined #openstack-sdks00:43
*** e0ne has quit IRC00:46
*** john-davidge has quit IRC00:48
*** salv-orlando has joined #openstack-sdks00:49
*** salv-orlando has quit IRC00:54
*** salv-orlando has joined #openstack-sdks01:00
*** salv-orlando has quit IRC01:06
*** Kevin_Zheng has joined #openstack-sdks01:32
*** amotoki has joined #openstack-sdks01:33
*** salv-orlando has joined #openstack-sdks02:02
*** huanxuan has joined #openstack-sdks02:02
*** salv-orlando has quit IRC02:06
*** gouthamr has joined #openstack-sdks02:09
*** RuiChen has joined #openstack-sdks02:18
openstackgerritSteve Martinelli proposed openstack/python-openstackclient master: mention the final ocata osc version in releasenotes  https://review.openstack.org/42854502:31
*** amotoki_ has joined #openstack-sdks02:44
*** amotoki has quit IRC02:46
*** abhiraut has quit IRC02:51
*** amotoki_ has quit IRC02:57
*** salv-orlando has joined #openstack-sdks03:03
*** salv-orlando has quit IRC03:07
*** huanxuan has quit IRC03:22
*** Kevin_Zheng has quit IRC03:37
openstackgerritAnkur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing)  https://review.openstack.org/42841403:37
*** amotoki has joined #openstack-sdks03:38
*** amotoki has quit IRC03:45
*** gouthamr has quit IRC04:17
*** adriant has quit IRC04:31
reedipsindhu : Just came to office, have a bad hangover without being drunk ! :P ( Lack of sleep evidently ) . Will look into it :)04:37
*** huanxuan has joined #openstack-sdks04:38
sindhureedip: can you check if router set command is working for setting the external_gateway_info04:42
sindhureedip: thanks!04:43
reedipsindhu : in your patch ?  Just wait :)04:43
sindhureedip: no it's not there in my patch. I was trying it locally04:43
reedipOkay , just wait04:44
reedipsindhu : u awake ?04:50
reedipI dont know but m guessing your TZ is opposite of mine :)04:50
reedipsindhu : the external-gateway-info works well04:51
sindhureedip: I m in US04:51
sindhureedip: can u send the command ur testing04:52
reedipsindhu : doing just that04:52
stevemarhuanxuan: dtroyer i've updated the cinder vs osc spreadsheet -- but extended it to all projects: https://docs.google.com/spreadsheets/d/18ZtWC75BNCwFqLfFpCGGJ9uPVBvUXX0xuXP1yYG0NDA/edit?usp=sharing04:53
reedipsindhu : there you go : http://paste.openstack.org/show/597483/04:53
reedipsindhu : whats failing in your patch, havent seen it yet04:55
sindhureedip: I tried doing the same, but with different external network that I created04:58
sindhureedip: it didn't work04:58
reedipsindhu : did your network have Subnets?04:58
sindhureedip: yes04:59
sindhureedip: I did those 8 steps I mentioned earlier04:59
reedipsindhu : ok, send me the paste of the commands , and the error which you saw04:59
openstackgerritAnkur proposed openstack/python-openstackclient master: OSC Extension Show  https://review.openstack.org/38202304:59
sindhuhttps://www.irccloud.com/pastebin/wb9EARvJ/05:00
reedipsindhu : what was the Subnet associated with the port created in step 6 ?05:01
sindhureedip: ^^^05:02
sindhureedip: the private network's subnet05:03
*** salv-orlando has joined #openstack-sdks05:04
*** salv-orlando has quit IRC05:09
reedipsindhu : checking05:09
reedipsindhu : you created a port with internal Fixed IP , and then you tried to attach the port to the router using external subnet, right ?05:12
sindhureedip:  http://paste.openstack.org/show/597485/05:15
reedipsindhu : checking05:15
reedipsindhu : did you run it using --debug ?05:25
reedipthe last CLI05:25
reedipI am attempting to replicate the issue at my end, but meanwhile you can try it using --0debug05:26
reedipI am attempting to replicate the issue at my end, but meanwhile you can try it using --debug *05:26
sindhureedip: will do05:26
reedipsindhu : when I ran the CLI, I got the response  HttpException: Bad Request, Bad router request: Router already has a port on subnet 3f9ccf79-de05-4caf-8b1e-2d6f80f42561.05:27
sindhureedip: yeah.. even I am getting the same05:28
reedipsindhu : oops, you already added the subnet in step 705:30
reedipso the router would already have a port for that subnet05:30
reedipsindhu : you can run "openstack port list --router" to see if the router already has a port05:37
reedipand then run port show for the ports connected to the router and you will see that the router already has a port connected to the external subnet, so you cannot set the gateway to that port05:38
sindhureedip: oh ok ... but if I create a floating ip in the external_net and try to set that to the port it says:   External network e01d4875-68dd-44bf-a871-cba53519d20f is not reachable from subnet 9154650e-aa76-44bd-9135-1c7d8ff4534d.05:40
reedipThats bcz its the Subnet ID of the Pvt network05:41
reedipdo one thing, remove the port which is connected to the external network05:42
reedipand execute step 8 once again05:42
sindhureedip: you are right ... the router has two ports connected to it now. One in private network and one in external network05:43
reedipsindhu : and your router currently has the gateway set at the Pvt network05:43
reedipIIRC05:44
sindhureedip: correct05:44
reedipthe floating IP basically lies on one side of the router's gateway, and the ports of the router lie on the other side of the gateway05:44
reedipso if the gateway is incorrectly directed, it should not be able to route, so try to remove the port which is connected to the external network, try setting the external gateway and then associate floating IP05:45
sindhureedip: so I went wrong in doing: openstack router add subnet <external_subnet> ??05:46
reedipsindhu : seems so ,05:46
sindhureedip: ok will try removing the port connected to external net05:47
*** salv-orlando has joined #openstack-sdks06:05
*** salv-orlando has quit IRC06:10
*** Kevin_Zheng has joined #openstack-sdks06:33
*** gildub has quit IRC06:56
*** salv-orlando has joined #openstack-sdks06:57
openstackgerritHuanxuan Ao proposed openstack/python-openstackclient master: Fix properties format for volume qos in volume v1  https://review.openstack.org/42861007:25
*** huanxuan has quit IRC07:36
*** salv-orl_ has joined #openstack-sdks07:49
*** salv-orlando has quit IRC07:51
*** reedip has quit IRC08:01
*** reedip has joined #openstack-sdks08:02
*** salv-orl_ has quit IRC08:04
*** salv-orlando has joined #openstack-sdks08:04
*** salv-orlando has quit IRC08:08
*** ralonsoh has joined #openstack-sdks08:13
*** Serlex has joined #openstack-sdks08:31
*** fzdarsky has joined #openstack-sdks08:53
*** lucas-afk is now known as lucasagomes09:38
*** chlong has quit IRC09:38
*** Cagelin has quit IRC09:41
*** amotoki has joined #openstack-sdks09:47
*** gildub has joined #openstack-sdks09:55
*** erlon has joined #openstack-sdks09:57
*** amotoki has quit IRC10:05
*** salv-orlando has joined #openstack-sdks10:06
*** salv-orlando has quit IRC10:11
*** john-davidge has joined #openstack-sdks10:28
*** amotoki has joined #openstack-sdks10:31
*** john-davidge has quit IRC10:32
*** john-davidge has joined #openstack-sdks10:32
*** amotoki has quit IRC10:40
*** cdent has joined #openstack-sdks10:44
*** salv-orlando has joined #openstack-sdks11:08
*** salv-orlando has quit IRC11:12
*** salv-orlando has joined #openstack-sdks11:25
*** amotoki has joined #openstack-sdks11:26
*** timss has quit IRC11:30
*** timss has joined #openstack-sdks11:30
*** amotoki has quit IRC11:37
*** sdague has joined #openstack-sdks11:56
*** lucasagomes is now known as lucas-hungry11:57
*** gildub has quit IRC12:18
*** fzdarsky is now known as fzdarsky|lunch12:55
*** lucas-hungry is now known as lucasagomes12:59
*** bobh has joined #openstack-sdks13:19
*** salv-orlando has quit IRC13:24
*** bobh has quit IRC13:29
*** markvoelker_ has joined #openstack-sdks13:29
*** markvoelker has quit IRC13:32
*** reedip_1 has joined #openstack-sdks13:41
reedip_1sindhu : issue resolved ??13:42
*** annegentle has joined #openstack-sdks13:42
*** fzdarsky|lunch is now known as fzdarsky13:46
*** amotoki has joined #openstack-sdks13:48
*** annegentle has quit IRC13:50
*** annegentle has joined #openstack-sdks14:00
*** edleafe is now known as figleaf14:07
*** gouthamr has joined #openstack-sdks14:14
*** annegentle has quit IRC14:17
*** Dinesh_Bhor has quit IRC14:20
*** cleong has joined #openstack-sdks14:24
*** amotoki has quit IRC14:48
*** amotoki has joined #openstack-sdks14:48
*** amotoki has quit IRC14:49
*** amotoki has joined #openstack-sdks15:20
*** chlong has joined #openstack-sdks15:23
*** amotoki has quit IRC15:26
*** salv-orlando has joined #openstack-sdks15:44
*** reedip_1 has quit IRC15:52
*** annegentle has joined #openstack-sdks15:59
*** hongbin has joined #openstack-sdks16:06
*** reedip_ has joined #openstack-sdks16:15
openstackgerritBrian Curtin proposed openstack/python-openstacksdk master: Deprecate port and ping methods in Network proxy  https://review.openstack.org/42879716:19
openstackgerritSindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show  https://review.openstack.org/38202316:28
openstackgerritSindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show  https://review.openstack.org/38202316:29
*** chlong has quit IRC16:36
*** chlong has joined #openstack-sdks16:51
*** d0ugal is now known as d0ugal|skiing16:54
*** chlong has quit IRC17:16
*** annegentle has quit IRC17:25
*** annegentle has joined #openstack-sdks17:28
*** lucasagomes is now known as lucas-afk17:36
*** EmilienM has quit IRC17:56
*** baffle has quit IRC17:56
*** tonyb has quit IRC17:56
*** gmann has quit IRC17:56
*** baffle has joined #openstack-sdks17:56
*** bknudson has quit IRC17:56
*** Anticimex has quit IRC17:56
*** peterstac has quit IRC17:56
*** alex_xu has quit IRC17:56
*** tonyb has joined #openstack-sdks17:56
*** Anticimex has joined #openstack-sdks17:56
*** christi3k has quit IRC17:56
*** shadower has quit IRC17:56
*** jgriffith has quit IRC17:56
*** scottda has quit IRC17:56
*** peterstac has joined #openstack-sdks17:56
*** EmilienM has joined #openstack-sdks17:56
*** alex_xu has joined #openstack-sdks17:56
*** shadower has joined #openstack-sdks17:56
*** bknudson has joined #openstack-sdks17:56
*** bobh has joined #openstack-sdks17:57
*** gmann has joined #openstack-sdks17:57
*** jgriffith has joined #openstack-sdks17:57
*** christi3k has joined #openstack-sdks17:58
*** DuncanT has quit IRC17:59
*** DuncanT has joined #openstack-sdks18:00
*** ralonsoh has quit IRC18:02
*** scottda has joined #openstack-sdks18:04
*** alex_xu has quit IRC18:06
*** alex_xu has joined #openstack-sdks18:08
*** fzdarsky is now known as fzdarsky|afk18:10
*** annegentle has quit IRC18:30
*** Serlex has quit IRC18:30
*** bobh has quit IRC18:33
*** chlong has joined #openstack-sdks18:38
*** abhiraut has joined #openstack-sdks18:42
*** cleong has quit IRC18:50
*** reedip_ has quit IRC18:56
*** reedip_ has joined #openstack-sdks18:56
*** salv-orlando has quit IRC19:05
*** annegentle has joined #openstack-sdks19:06
*** salv-orlando has joined #openstack-sdks19:08
*** chlong has quit IRC19:11
*** sdague has quit IRC19:16
*** reedip_ has left #openstack-sdks19:17
*** chlong has joined #openstack-sdks19:21
*** amotoki has joined #openstack-sdks19:23
openstackgerritMerged openstack/python-openstackclient master: mention the final ocata osc version in releasenotes  https://review.openstack.org/42854519:25
*** sdague has joined #openstack-sdks19:26
*** chlong has quit IRC19:27
*** amotoki has quit IRC19:28
sindhureedip: yes, locally the issue got resolved :) thank you19:29
*** john-davidge has quit IRC19:30
*** bobh has joined #openstack-sdks19:30
*** cdent has quit IRC19:33
*** e0ne has joined #openstack-sdks19:35
*** abhiraut has quit IRC19:37
*** chlong has joined #openstack-sdks19:40
*** salv-orl_ has joined #openstack-sdks19:49
openstackgerritAnkur proposed openstack/python-openstackclient master: NIT: replace os with openstack in command example  https://review.openstack.org/42901419:51
*** salv-orlando has quit IRC19:52
*** abhiraut has joined #openstack-sdks20:00
*** salv-orl_ has quit IRC20:05
*** salv-orlando has joined #openstack-sdks20:06
*** e0ne has quit IRC20:17
*** e0ne has joined #openstack-sdks20:19
*** e0ne has quit IRC20:19
*** e0ne has joined #openstack-sdks20:19
*** e0ne has quit IRC20:20
*** e0ne has joined #openstack-sdks20:20
*** e0ne has quit IRC20:21
*** e0ne has joined #openstack-sdks20:21
*** e0ne has quit IRC20:21
*** e0ne has joined #openstack-sdks20:22
*** e0ne has quit IRC20:22
*** abhiraut has quit IRC20:27
*** fzdarsky|afk has quit IRC20:35
*** bobh has quit IRC20:36
openstackgerritSindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302520:38
*** bobh has joined #openstack-sdks20:51
*** gouthamr has quit IRC20:59
*** abhiraut has joined #openstack-sdks21:03
*** gouthamr has joined #openstack-sdks21:05
openstackgerritAnkur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing)  https://review.openstack.org/42841421:15
*** amotoki has joined #openstack-sdks21:24
*** amotoki has quit IRC21:28
*** john-davidge has joined #openstack-sdks21:42
*** chlong has quit IRC21:44
*** manjeets has joined #openstack-sdks21:45
*** salv-orlando has quit IRC21:45
manjeetsare these commands implemented in openstack client (neutron --help | grep dhcp)21:45
manjeetsdhcp-agent-list-hosting-net        List DHCP agents hosting a network.21:46
manjeets  dhcp-agent-network-add             Add a network to a DHCP agent.21:46
manjeets  dhcp-agent-network-remove          Remove a network from a DHCP agent.21:46
manjeets  net-list-on-dhcp-agent             List the networks on a DHCP agent.21:46
*** john-davidge has quit IRC21:47
*** gouthamr has quit IRC21:57
*** reedip has quit IRC22:19
*** reedip has joined #openstack-sdks22:21
*** salv-orlando has joined #openstack-sdks22:29
*** chlong has joined #openstack-sdks22:42
*** gouthamr has joined #openstack-sdks22:45
*** reedip has quit IRC22:50
*** reedip has joined #openstack-sdks22:51
openstackgerritMerged openstack/python-openstackclient master: NIT: replace os with openstack in command example  https://review.openstack.org/42901422:51
*** figleaf is now known as edleafe23:17
*** john-davidge has joined #openstack-sdks23:20
*** amotoki has joined #openstack-sdks23:24
*** john-davidge has quit IRC23:24
*** amotoki has quit IRC23:29
*** annegentle has quit IRC23:35
*** bobh has quit IRC23:42
*** sdague has quit IRC23:48
*** salv-orlando has quit IRC23:48
*** salv-orlando has joined #openstack-sdks23:49
*** salv-orlando has quit IRC23:54
*** salv-orlando has joined #openstack-sdks23:57

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