From 44c6461b3c0f2e782b21482656c5a38207bca631 Mon Sep 17 00:00:00 2001 From: Nguyen Tuong Thanh Date: Mon, 14 Mar 2016 11:08:39 +0700 Subject: [PATCH] Fixes some incorrect commands in networking advanced features guide. In "Advanced features through API extensions" guide, there are some commands contain the redundant "--". This patch remove the redundant "--". Change-Id: I20cb16446226971be85018016b417bb3da9e40ab Closes-Bug: #1555977 --- doc/admin-guide-cloud/source/networking_adv-features.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/admin-guide-cloud/source/networking_adv-features.rst b/doc/admin-guide-cloud/source/networking_adv-features.rst index df81228526..d1b65e96e6 100644 --- a/doc/admin-guide-cloud/source/networking_adv-features.rst +++ b/doc/admin-guide-cloud/source/networking_adv-features.rst @@ -213,7 +213,7 @@ basic L3 operations: * - Lists external networks. - .. code-block:: console - $ neutron net-list -- --router:external True + $ neutron net-list --router:external True * - Creates an internal-only router that connects to multiple L2 networks privately. - .. code-block:: console @@ -261,7 +261,7 @@ basic L3 operations: IP should map. - .. code-block:: console - $ neutron port-list -c id -c fixed_ips -- --device_id INSTANCE_ID + $ neutron port-list -c id -c fixed_ips --device_id INSTANCE_ID This port must be on an Networking subnet that is attached to a router uplinked to the external network used to create the floating @@ -295,7 +295,7 @@ basic L3 operations: * - Finds floating IP for a specified VM port. - .. code-block:: console - $ neutron floatingip-list -- --port_id ZZZ + $ neutron floatingip-list --port_id ZZZ * - Disassociates a floating IP address. - .. code-block:: console