Merge "Fixes some incorrect commands in networking advanced features guide."

This commit is contained in:
Jenkins 2016-03-14 11:18:38 +00:00 committed by Gerrit Code Review
commit 489d25544e
1 changed files with 3 additions and 3 deletions

View File

@ -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