From abe1ebdbe025f1e20735b762a392ea565256cd28 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 2 Jan 2017 12:00:19 +0800 Subject: [PATCH] Add "\" to make the command correct Change-Id: Id3424087dcba2a6aef59178a4ae27d94ab515aca --- doc/ops-guide/source/ops-maintenance-compute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ops-guide/source/ops-maintenance-compute.rst b/doc/ops-guide/source/ops-maintenance-compute.rst index 44eb57f49d..def372c9f2 100644 --- a/doc/ops-guide/source/ops-maintenance-compute.rst +++ b/doc/ops-guide/source/ops-maintenance-compute.rst @@ -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: