yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #46202
[Bug 1535707] Re: Create router with external network attached doesn't create router namespace
Reviewed: https://review.openstack.org/269605
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7334c3cfee12a81657296fa0e90c7d25457de9f6
Submitter: Jenkins
Branch: master
commit 7334c3cfee12a81657296fa0e90c7d25457de9f6
Author: Masco Kaliyamoorthy <mkaliyam@xxxxxxxxxx>
Date: Tue Jan 19 18:21:33 2016 +0530
Router namespace not created in controller
When creating a router with an external network attached
from the Create Router form a router namespace doesn't
get created on the controller.
By calling the correct APIs, the namespace get
created.
To check the namespace list run the below command
on controller node.
'sudo ip netns list'
Change-Id: I829c707353830ff808b6f6a0b29ccedeca588616
Closes-Bug: #1535707
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1535707
Title:
Create router with external network attached doesn't create router
namespace
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in neutron:
Confirmed
Bug description:
Description of problem:
In Horizon when creating a router with an external network attached from the Create Router form a router namespace doesn't get created on the controller.
Steps to Reproduce:
1. Go to Project-> Network -> Routers
2. Click Create Router
3. Input name, Admin state UP and select an External Network from the list
Actual results:
Router gets created but no router namespace gets created on the controller.
Expected results:
Router namespace gets created on the controller with an IP assigned from the selected external network.
Additional info:
If I don't select the external network in the Create Router form when I create it and attach it to the external network afterwards by using the set gateway button then the router namespace gets created ok.
to check the router namespace list, run this below command in the controller node.
"sudo ip netns list"
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1535707/+subscriptions
References