Merge "Add "\" to make the command correct"

This commit is contained in:
Jenkins 2017-01-02 10:28:25 +00:00 committed by Gerrit Code Review
commit f5002f336b
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ when an instance has been deleted with the port still attached:
.. code-block:: console
$ for i in {0..10}; do neutron port-create Public_AGILE --name
$ for i in {0..10}; do neutron port-create Public_AGILE --name \
ip-recovery; done
#. Check the ports for the lost IP address and update the name: