bae09c3c3f
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
8 lines
221 B
YAML
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>`_]
|