python-openstackclient/releasenotes/notes/add-ha-to-router-update-6a38a73cc112b2fc.yaml
Reedip bae09c3c3f Add support make a router HA
Currently router set CLI does not provide the
support make a router highly available. The following
patch enables the same.
Checking for setting a router as HA is left on the
neutron server itself.
Partially-Implements: blueprint network-commands-options
Change-Id: I0d0548cf037a14e5ccb2f732918ee9d1f63f43b4
Closes-Bug:#1631492
2016-10-16 05:05:23 +00:00

8 lines
221 B
YAML

---
features:
- |
Add support to update high-availability property of
a router by adding ``--ha`` and ``--no-ha`` option
to ``router set`` CLI.
[Bug `1631492 <https://bugs.launchpad.net/bugs/1631492>`_]