Add "\" to make the command correct

Change-Id: Id3424087dcba2a6aef59178a4ae27d94ab515aca
This commit is contained in:
caoyuan 2017-01-02 12:00:19 +08:00
parent d2af4d8e65
commit abe1ebdbe0
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: