python-openstackclient/releasenotes/notes/bug-1664255-f82c5c13d92fed2a.yaml
venkata anil fe59e339ae Allow override of distributed router flag
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
2017-04-06 14:37:14 +00:00

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>`_]