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,8 +226,8 @@ Create ports
|
||||
|
||||
#. Query ports with specified fixed IP addresses::
|
||||
|
||||
$ neutron port-list --fixed-ips ip_address=192.168.2.2
|
||||
ip_address=192.168.2.40
|
||||
$ neutron port-list --fixed-ips ip_address=192.168.2.2 \
|
||||
ip_address=192.168.2.40
|
||||
|
||||
+----------------+------+-------------------+-------------------------------------------------+
|
||||
| id | name | mac_address | fixed_ips |
|
||||
|
Loading…
Reference in New Issue
Block a user