@@ -18,11 +18,11 @@ Add fixed IP address to server
1818
1919 .. describe :: <server>
2020
21- Server (name or ID) to receive the fixed IP address
21+ Server to receive the fixed IP address (name or ID)
2222
2323.. describe :: <network>
2424
25- Network (name or ID) to allocate the fixed IP address from
25+ Network to allocate the fixed IP address from (name or ID)
2626
2727server add floating ip
2828----------------------
@@ -33,21 +33,21 @@ Add floating IP address to server
3333.. code :: bash
3434
3535 openstack server add floating ip
36- [--fixed-ip-address < fixed- ip-address> ]
36+ [--fixed-ip-address < ip-address> ]
3737 < server>
3838 < ip-address>
3939
40- .. option :: --fixed-ip-address <fixed- ip-address >
40+ .. option :: --fixed-ip-address <ip-address >
4141
4242 Fixed IP address to associate with this floating IP address
4343
4444.. describe :: <server>
4545
46- Server (name or ID) to receive the floating IP address
46+ Server to receive the floating IP address (name or ID)
4747
4848.. describe :: <ip-address>
4949
50- Floating IP address (IP address only) to assign to server
50+ Floating IP address to assign to server (IP only)
5151
5252server add port
5353---------------
@@ -284,7 +284,7 @@ List servers
284284 [--project < project> [--project-domain < project-domain> ]]
285285 [--long]
286286 [--marker < server> ]
287- [--limit < limit > ]
287+ [--limit < num-servers > ]
288288 [--deleted]
289289 [--changes-since < changes-since> ]
290290
@@ -352,10 +352,10 @@ List servers
352352
353353.. option:: --marker <server>
354354
355- The last server (name or ID) of the previous page. Display list of servers
356- after marker. Display all servers if not specified.
355+ The last server of the previous page. Display list of servers
356+ after marker. Display all servers if not specified. (name or ID)
357357
358- .. option:: --limit < limit >
358+ .. option:: --limit < num-servers >
359359
360360 Maximum number of servers to display. If limit equals -1, all servers will
361361 be displayed. If limit is greater than ' osapi_max_limit' option of Nova
@@ -517,11 +517,11 @@ Remove fixed IP address from server
517517
518518.. describe:: < server>
519519
520- Server (name or ID) to remove the fixed IP address from
520+ Server to remove the fixed IP address from (name or ID)
521521
522522.. describe:: < ip-address>
523523
524- Fixed IP address (IP address only) to remove from the server
524+ Fixed IP address to remove from the server (IP only)
525525
526526server remove floating ip
527527-------------------------
@@ -537,11 +537,11 @@ Remove floating IP address from server
537537
538538.. describe:: < server>
539539
540- Server (name or ID) to remove the floating IP address from
540+ Server to remove the floating IP address from (name or ID)
541541
542542.. describe:: < ip-address>
543543
544- Floating IP address (IP address only) to remove from server
544+ Floating IP address to remove from server (IP only)
545545
546546server remove port
547547------------------
0 commit comments