Fix a small bug in 'cli_create_and_manage_networks.rst'
The '\' character is missing between lines 229 and 230. Change-Id: I6299c60e6530233245907bcc2934147d5ddccbfa
This commit is contained in:
parent
74a89947c9
commit
b369fd59f8
@ -226,7 +226,7 @@ Create ports
|
|||||||
|
|
||||||
#. Query ports with specified fixed IP addresses::
|
#. Query ports with specified fixed IP addresses::
|
||||||
|
|
||||||
$ neutron port-list --fixed-ips ip_address=192.168.2.2
|
$ neutron port-list --fixed-ips ip_address=192.168.2.2 \
|
||||||
ip_address=192.168.2.40
|
ip_address=192.168.2.40
|
||||||
|
|
||||||
+----------------+------+-------------------+-------------------------------------------------+
|
+----------------+------+-------------------+-------------------------------------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user