Merge "[networking] Fix L3 HA migration description"
This commit is contained in:
commit
8f635410b1
@ -66,8 +66,8 @@ Here is the router we have used in our demonstration:
|
|||||||
$ neutron router-update router --ha=True
|
$ neutron router-update router --ha=True
|
||||||
Updated router: router
|
Updated router: router
|
||||||
|
|
||||||
#. Set the admin_state_up to ``True``. This will severe south-north
|
#. Set the admin_state_up to ``True``.
|
||||||
connections until admin_state_up is set to ``True`` again.
|
After this, south-north connections can start.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -140,15 +140,15 @@ Here is the router we have used in our demonstration:
|
|||||||
$ neutron router-update router --ha=False
|
$ neutron router-update router --ha=False
|
||||||
Updated router: router
|
Updated router: router
|
||||||
|
|
||||||
#. Set the admin_state_up to ``True``. This will severe south-north
|
#. Set the admin_state_up to ``True``.
|
||||||
connections until admin_state_up is set to ``True`` again.
|
After this, south-north connections can start.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ neutron router-update router --admin_state_up=True
|
$ neutron router-update router --admin_state_up=True
|
||||||
Updated router: router
|
Updated router: router
|
||||||
|
|
||||||
#. Make sure that the router's ``ha`` attribute has changed to ``True``.
|
#. Make sure that the router's ``ha`` attribute has changed to ``False``.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user