fe59e339ae
When router_distributed=True is set in neutron.conf, user can't override this and create a centralized router through openstack client. Openstack client allows modifying routers from distributed to centralized after creation but not supporting centralized flag during creation. We allow centralized and distributed flags during router creation with this change. Closes-bug: #1664255 Change-Id: I75f72ca695338ad8c381cfa89fbb9d8e61ee7bc5
10 lines
359 B
YAML
10 lines
359 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Allow users to create centralized (distributed=False)
|
|
routers using the ``--centralized`` option in ``router create``.
|
|
Without this, routers are created based on the default
|
|
neutron configuration of the deployment, which, for example,
|
|
could be 'distributed'.
|
|
[Bug `1664255 <https://bugs.launchpad.net/bugs/1664255>`_]
|