yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #83424
[Bug 1483920] Re: NSX-mh: honour distributed_router config flag
** Changed in: vmware-nsx
Status: Fix Committed => 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/1483920
Title:
NSX-mh: honour distributed_router config flag
Status in neutron:
Invalid
Status in neutron juno series:
Fix Released
Status in vmware-nsx:
Fix Released
Bug description:
The VMware NSX plugin is not honoring the "router_distributed = True"
flag when set in /etc/neutron.conf. If the router_distributed
parameter is set to "True", this should result in all routers that are
created by tenants to default to distributed routers. For example,
the below CLI command should create a distributed logical router, but
instead it creates a non-distributed router.
neutron router-create --tenant-id $TENANT tenant-router
In order to create a distributed router the "--distributed True"
option must be passed, as show below.
neutron router-create --tenant-id $TENANT csinfra-router-test
--distributed True
This happens because the NSX-mh plugin relies on the default value
implemented in the backend rather than in the neutron configuration
and should be changed to ensure this plugin behaves like the reference
implementation
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1483920/+subscriptions