*** hongbin has quit IRC | 00:04 | |
*** sdague has quit IRC | 00:27 | |
*** john-davidge has joined #openstack-sdks | 00:43 | |
*** e0ne has quit IRC | 00:46 | |
*** john-davidge has quit IRC | 00:48 | |
*** salv-orlando has joined #openstack-sdks | 00:49 | |
*** salv-orlando has quit IRC | 00:54 | |
*** salv-orlando has joined #openstack-sdks | 01:00 | |
*** salv-orlando has quit IRC | 01:06 | |
*** Kevin_Zheng has joined #openstack-sdks | 01:32 | |
*** amotoki has joined #openstack-sdks | 01:33 | |
*** salv-orlando has joined #openstack-sdks | 02:02 | |
*** huanxuan has joined #openstack-sdks | 02:02 | |
*** salv-orlando has quit IRC | 02:06 | |
*** gouthamr has joined #openstack-sdks | 02:09 | |
*** RuiChen has joined #openstack-sdks | 02:18 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient master: mention the final ocata osc version in releasenotes https://review.openstack.org/428545 | 02:31 |
---|---|---|
*** amotoki_ has joined #openstack-sdks | 02:44 | |
*** amotoki has quit IRC | 02:46 | |
*** abhiraut has quit IRC | 02:51 | |
*** amotoki_ has quit IRC | 02:57 | |
*** salv-orlando has joined #openstack-sdks | 03:03 | |
*** salv-orlando has quit IRC | 03:07 | |
*** huanxuan has quit IRC | 03:22 | |
*** Kevin_Zheng has quit IRC | 03:37 | |
openstackgerrit | Ankur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing) https://review.openstack.org/428414 | 03:37 |
*** amotoki has joined #openstack-sdks | 03:38 | |
*** amotoki has quit IRC | 03:45 | |
*** gouthamr has quit IRC | 04:17 | |
*** adriant has quit IRC | 04:31 | |
reedip | sindhu : 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-sdks | 04:38 | |
sindhu | reedip: can you check if router set command is working for setting the external_gateway_info | 04:42 |
sindhu | reedip: thanks! | 04:43 |
reedip | sindhu : in your patch ? Just wait :) | 04:43 |
sindhu | reedip: no it's not there in my patch. I was trying it locally | 04:43 |
reedip | Okay , just wait | 04:44 |
reedip | sindhu : u awake ? | 04:50 |
reedip | I dont know but m guessing your TZ is opposite of mine :) | 04:50 |
reedip | sindhu : the external-gateway-info works well | 04:51 |
sindhu | reedip: I m in US | 04:51 |
sindhu | reedip: can u send the command ur testing | 04:52 |
reedip | sindhu : doing just that | 04:52 |
stevemar | huanxuan: dtroyer i've updated the cinder vs osc spreadsheet -- but extended it to all projects: https://docs.google.com/spreadsheets/d/18ZtWC75BNCwFqLfFpCGGJ9uPVBvUXX0xuXP1yYG0NDA/edit?usp=sharing | 04:53 |
reedip | sindhu : there you go : http://paste.openstack.org/show/597483/ | 04:53 |
reedip | sindhu : whats failing in your patch, havent seen it yet | 04:55 |
sindhu | reedip: I tried doing the same, but with different external network that I created | 04:58 |
sindhu | reedip: it didn't work | 04:58 |
reedip | sindhu : did your network have Subnets? | 04:58 |
sindhu | reedip: yes | 04:59 |
sindhu | reedip: I did those 8 steps I mentioned earlier | 04:59 |
reedip | sindhu : ok, send me the paste of the commands , and the error which you saw | 04:59 |
openstackgerrit | Ankur proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023 | 04:59 |
sindhu | https://www.irccloud.com/pastebin/wb9EARvJ/ | 05:00 |
reedip | sindhu : what was the Subnet associated with the port created in step 6 ? | 05:01 |
sindhu | reedip: ^^^ | 05:02 |
sindhu | reedip: the private network's subnet | 05:03 |
*** salv-orlando has joined #openstack-sdks | 05:04 | |
*** salv-orlando has quit IRC | 05:09 | |
reedip | sindhu : checking | 05:09 |
reedip | sindhu : 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 |
sindhu | reedip: http://paste.openstack.org/show/597485/ | 05:15 |
reedip | sindhu : checking | 05:15 |
reedip | sindhu : did you run it using --debug ? | 05:25 |
reedip | the last CLI | 05:25 |
reedip | I am attempting to replicate the issue at my end, but meanwhile you can try it using --0debug | 05:26 |
reedip | I am attempting to replicate the issue at my end, but meanwhile you can try it using --debug * | 05:26 |
sindhu | reedip: will do | 05:26 |
reedip | sindhu : 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 |
sindhu | reedip: yeah.. even I am getting the same | 05:28 |
reedip | sindhu : oops, you already added the subnet in step 7 | 05:30 |
reedip | so the router would already have a port for that subnet | 05:30 |
reedip | sindhu : you can run "openstack port list --router" to see if the router already has a port | 05:37 |
reedip | and 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 port | 05:38 |
sindhu | reedip: 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 |
reedip | Thats bcz its the Subnet ID of the Pvt network | 05:41 |
reedip | do one thing, remove the port which is connected to the external network | 05:42 |
reedip | and execute step 8 once again | 05:42 |
sindhu | reedip: you are right ... the router has two ports connected to it now. One in private network and one in external network | 05:43 |
reedip | sindhu : and your router currently has the gateway set at the Pvt network | 05:43 |
reedip | IIRC | 05:44 |
sindhu | reedip: correct | 05:44 |
reedip | the 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 gateway | 05:44 |
reedip | so 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 IP | 05:45 |
sindhu | reedip: so I went wrong in doing: openstack router add subnet <external_subnet> ?? | 05:46 |
reedip | sindhu : seems so , | 05:46 |
sindhu | reedip: ok will try removing the port connected to external net | 05:47 |
*** salv-orlando has joined #openstack-sdks | 06:05 | |
*** salv-orlando has quit IRC | 06:10 | |
*** Kevin_Zheng has joined #openstack-sdks | 06:33 | |
*** gildub has quit IRC | 06:56 | |
*** salv-orlando has joined #openstack-sdks | 06:57 | |
openstackgerrit | Huanxuan Ao proposed openstack/python-openstackclient master: Fix properties format for volume qos in volume v1 https://review.openstack.org/428610 | 07:25 |
*** huanxuan has quit IRC | 07:36 | |
*** salv-orl_ has joined #openstack-sdks | 07:49 | |
*** salv-orlando has quit IRC | 07:51 | |
*** reedip has quit IRC | 08:01 | |
*** reedip has joined #openstack-sdks | 08:02 | |
*** salv-orl_ has quit IRC | 08:04 | |
*** salv-orlando has joined #openstack-sdks | 08:04 | |
*** salv-orlando has quit IRC | 08:08 | |
*** ralonsoh has joined #openstack-sdks | 08:13 | |
*** Serlex has joined #openstack-sdks | 08:31 | |
*** fzdarsky has joined #openstack-sdks | 08:53 | |
*** lucas-afk is now known as lucasagomes | 09:38 | |
*** chlong has quit IRC | 09:38 | |
*** Cagelin has quit IRC | 09:41 | |
*** amotoki has joined #openstack-sdks | 09:47 | |
*** gildub has joined #openstack-sdks | 09:55 | |
*** erlon has joined #openstack-sdks | 09:57 | |
*** amotoki has quit IRC | 10:05 | |
*** salv-orlando has joined #openstack-sdks | 10:06 | |
*** salv-orlando has quit IRC | 10:11 | |
*** john-davidge has joined #openstack-sdks | 10:28 | |
*** amotoki has joined #openstack-sdks | 10:31 | |
*** john-davidge has quit IRC | 10:32 | |
*** john-davidge has joined #openstack-sdks | 10:32 | |
*** amotoki has quit IRC | 10:40 | |
*** cdent has joined #openstack-sdks | 10:44 | |
*** salv-orlando has joined #openstack-sdks | 11:08 | |
*** salv-orlando has quit IRC | 11:12 | |
*** salv-orlando has joined #openstack-sdks | 11:25 | |
*** amotoki has joined #openstack-sdks | 11:26 | |
*** timss has quit IRC | 11:30 | |
*** timss has joined #openstack-sdks | 11:30 | |
*** amotoki has quit IRC | 11:37 | |
*** sdague has joined #openstack-sdks | 11:56 | |
*** lucasagomes is now known as lucas-hungry | 11:57 | |
*** gildub has quit IRC | 12:18 | |
*** fzdarsky is now known as fzdarsky|lunch | 12:55 | |
*** lucas-hungry is now known as lucasagomes | 12:59 | |
*** bobh has joined #openstack-sdks | 13:19 | |
*** salv-orlando has quit IRC | 13:24 | |
*** bobh has quit IRC | 13:29 | |
*** markvoelker_ has joined #openstack-sdks | 13:29 | |
*** markvoelker has quit IRC | 13:32 | |
*** reedip_1 has joined #openstack-sdks | 13:41 | |
reedip_1 | sindhu : issue resolved ?? | 13:42 |
*** annegentle has joined #openstack-sdks | 13:42 | |
*** fzdarsky|lunch is now known as fzdarsky | 13:46 | |
*** amotoki has joined #openstack-sdks | 13:48 | |
*** annegentle has quit IRC | 13:50 | |
*** annegentle has joined #openstack-sdks | 14:00 | |
*** edleafe is now known as figleaf | 14:07 | |
*** gouthamr has joined #openstack-sdks | 14:14 | |
*** annegentle has quit IRC | 14:17 | |
*** Dinesh_Bhor has quit IRC | 14:20 | |
*** cleong has joined #openstack-sdks | 14:24 | |
*** amotoki has quit IRC | 14:48 | |
*** amotoki has joined #openstack-sdks | 14:48 | |
*** amotoki has quit IRC | 14:49 | |
*** amotoki has joined #openstack-sdks | 15:20 | |
*** chlong has joined #openstack-sdks | 15:23 | |
*** amotoki has quit IRC | 15:26 | |
*** salv-orlando has joined #openstack-sdks | 15:44 | |
*** reedip_1 has quit IRC | 15:52 | |
*** annegentle has joined #openstack-sdks | 15:59 | |
*** hongbin has joined #openstack-sdks | 16:06 | |
*** reedip_ has joined #openstack-sdks | 16:15 | |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk master: Deprecate port and ping methods in Network proxy https://review.openstack.org/428797 | 16:19 |
openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023 | 16:28 |
openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023 | 16:29 |
*** chlong has quit IRC | 16:36 | |
*** chlong has joined #openstack-sdks | 16:51 | |
*** d0ugal is now known as d0ugal|skiing | 16:54 | |
*** chlong has quit IRC | 17:16 | |
*** annegentle has quit IRC | 17:25 | |
*** annegentle has joined #openstack-sdks | 17:28 | |
*** lucasagomes is now known as lucas-afk | 17:36 | |
*** EmilienM has quit IRC | 17:56 | |
*** baffle has quit IRC | 17:56 | |
*** tonyb has quit IRC | 17:56 | |
*** gmann has quit IRC | 17:56 | |
*** baffle has joined #openstack-sdks | 17:56 | |
*** bknudson has quit IRC | 17:56 | |
*** Anticimex has quit IRC | 17:56 | |
*** peterstac has quit IRC | 17:56 | |
*** alex_xu has quit IRC | 17:56 | |
*** tonyb has joined #openstack-sdks | 17:56 | |
*** Anticimex has joined #openstack-sdks | 17:56 | |
*** christi3k has quit IRC | 17:56 | |
*** shadower has quit IRC | 17:56 | |
*** jgriffith has quit IRC | 17:56 | |
*** scottda has quit IRC | 17:56 | |
*** peterstac has joined #openstack-sdks | 17:56 | |
*** EmilienM has joined #openstack-sdks | 17:56 | |
*** alex_xu has joined #openstack-sdks | 17:56 | |
*** shadower has joined #openstack-sdks | 17:56 | |
*** bknudson has joined #openstack-sdks | 17:56 | |
*** bobh has joined #openstack-sdks | 17:57 | |
*** gmann has joined #openstack-sdks | 17:57 | |
*** jgriffith has joined #openstack-sdks | 17:57 | |
*** christi3k has joined #openstack-sdks | 17:58 | |
*** DuncanT has quit IRC | 17:59 | |
*** DuncanT has joined #openstack-sdks | 18:00 | |
*** ralonsoh has quit IRC | 18:02 | |
*** scottda has joined #openstack-sdks | 18:04 | |
*** alex_xu has quit IRC | 18:06 | |
*** alex_xu has joined #openstack-sdks | 18:08 | |
*** fzdarsky is now known as fzdarsky|afk | 18:10 | |
*** annegentle has quit IRC | 18:30 | |
*** Serlex has quit IRC | 18:30 | |
*** bobh has quit IRC | 18:33 | |
*** chlong has joined #openstack-sdks | 18:38 | |
*** abhiraut has joined #openstack-sdks | 18:42 | |
*** cleong has quit IRC | 18:50 | |
*** reedip_ has quit IRC | 18:56 | |
*** reedip_ has joined #openstack-sdks | 18:56 | |
*** salv-orlando has quit IRC | 19:05 | |
*** annegentle has joined #openstack-sdks | 19:06 | |
*** salv-orlando has joined #openstack-sdks | 19:08 | |
*** chlong has quit IRC | 19:11 | |
*** sdague has quit IRC | 19:16 | |
*** reedip_ has left #openstack-sdks | 19:17 | |
*** chlong has joined #openstack-sdks | 19:21 | |
*** amotoki has joined #openstack-sdks | 19:23 | |
openstackgerrit | Merged openstack/python-openstackclient master: mention the final ocata osc version in releasenotes https://review.openstack.org/428545 | 19:25 |
*** sdague has joined #openstack-sdks | 19:26 | |
*** chlong has quit IRC | 19:27 | |
*** amotoki has quit IRC | 19:28 | |
sindhu | reedip: yes, locally the issue got resolved :) thank you | 19:29 |
*** john-davidge has quit IRC | 19:30 | |
*** bobh has joined #openstack-sdks | 19:30 | |
*** cdent has quit IRC | 19:33 | |
*** e0ne has joined #openstack-sdks | 19:35 | |
*** abhiraut has quit IRC | 19:37 | |
*** chlong has joined #openstack-sdks | 19:40 | |
*** salv-orl_ has joined #openstack-sdks | 19:49 | |
openstackgerrit | Ankur proposed openstack/python-openstackclient master: NIT: replace os with openstack in command example https://review.openstack.org/429014 | 19:51 |
*** salv-orlando has quit IRC | 19:52 | |
*** abhiraut has joined #openstack-sdks | 20:00 | |
*** salv-orl_ has quit IRC | 20:05 | |
*** salv-orlando has joined #openstack-sdks | 20:06 | |
*** e0ne has quit IRC | 20:17 | |
*** e0ne has joined #openstack-sdks | 20:19 | |
*** e0ne has quit IRC | 20:19 | |
*** e0ne has joined #openstack-sdks | 20:19 | |
*** e0ne has quit IRC | 20:20 | |
*** e0ne has joined #openstack-sdks | 20:20 | |
*** e0ne has quit IRC | 20:21 | |
*** e0ne has joined #openstack-sdks | 20:21 | |
*** e0ne has quit IRC | 20:21 | |
*** e0ne has joined #openstack-sdks | 20:22 | |
*** e0ne has quit IRC | 20:22 | |
*** abhiraut has quit IRC | 20:27 | |
*** fzdarsky|afk has quit IRC | 20:35 | |
*** bobh has quit IRC | 20:36 | |
openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025 | 20:38 |
*** bobh has joined #openstack-sdks | 20:51 | |
*** gouthamr has quit IRC | 20:59 | |
*** abhiraut has joined #openstack-sdks | 21:03 | |
*** gouthamr has joined #openstack-sdks | 21:05 | |
openstackgerrit | Ankur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing) https://review.openstack.org/428414 | 21:15 |
*** amotoki has joined #openstack-sdks | 21:24 | |
*** amotoki has quit IRC | 21:28 | |
*** john-davidge has joined #openstack-sdks | 21:42 | |
*** chlong has quit IRC | 21:44 | |
*** manjeets has joined #openstack-sdks | 21:45 | |
*** salv-orlando has quit IRC | 21:45 | |
manjeets | are these commands implemented in openstack client (neutron --help | grep dhcp) | 21:45 |
manjeets | dhcp-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 IRC | 21:47 | |
*** gouthamr has quit IRC | 21:57 | |
*** reedip has quit IRC | 22:19 | |
*** reedip has joined #openstack-sdks | 22:21 | |
*** salv-orlando has joined #openstack-sdks | 22:29 | |
*** chlong has joined #openstack-sdks | 22:42 | |
*** gouthamr has joined #openstack-sdks | 22:45 | |
*** reedip has quit IRC | 22:50 | |
*** reedip has joined #openstack-sdks | 22:51 | |
openstackgerrit | Merged openstack/python-openstackclient master: NIT: replace os with openstack in command example https://review.openstack.org/429014 | 22:51 |
*** figleaf is now known as edleafe | 23:17 | |
*** john-davidge has joined #openstack-sdks | 23:20 | |
*** amotoki has joined #openstack-sdks | 23:24 | |
*** john-davidge has quit IRC | 23:24 | |
*** amotoki has quit IRC | 23:29 | |
*** annegentle has quit IRC | 23:35 | |
*** bobh has quit IRC | 23:42 | |
*** sdague has quit IRC | 23:48 | |
*** salv-orlando has quit IRC | 23:48 | |
*** salv-orlando has joined #openstack-sdks | 23:49 | |
*** salv-orlando has quit IRC | 23:54 | |
*** salv-orlando has joined #openstack-sdks | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!