diff options
| author | Reedip <reedip.banerjee@nectechnologies.in> | 2016-10-08 13:39:36 +0530 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-10-16 05:05:23 +0000 |
| commit | bae09c3c3fac210f4839a8a51dfb51e2dad69aa7 (patch) | |
| tree | 9fc67c4d44bdc443472d4da0aa8814c6bf54f69a /releasenotes/notes | |
| parent | a58bacc619a92e6dcc3977ae9aff979e584dae2f (diff) | |
| download | python-openstackclient-bae09c3c3fac210f4839a8a51dfb51e2dad69aa7.tar.gz | |
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
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/add-ha-to-router-update-6a38a73cc112b2fc.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add-ha-to-router-update-6a38a73cc112b2fc.yaml b/releasenotes/notes/add-ha-to-router-update-6a38a73cc112b2fc.yaml new file mode 100644 index 00000000..905a1fdd --- /dev/null +++ b/releasenotes/notes/add-ha-to-router-update-6a38a73cc112b2fc.yaml @@ -0,0 +1,7 @@ +--- +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>`_] |
