python-openstackclient/releasenotes/notes/allow-to-create-legacy-router-cb4dcb44dde74684.yaml
Cedric Brandily 53ba05325a Enable to create legacy router
Some deployments create by default HA routers, this change enables to
force the creation of a legacy router using:

 openstack router create --no-ha ...

Closes-Bug: #1675514
Change-Id: I78f7dc3640a2acfdaf085e0e387b30373e8415f1
2017-03-31 13:01:00 +00:00

6 lines
172 B
YAML

---
features:
- |
Add ``--no-ha`` option to the ``router create`` command
[Bug `1675514 <https://bugs.launchpad.net/python-openstackclient/+bug/1675514>`_]