@@ -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 security group
5353-------------------------
@@ -264,7 +264,7 @@ List servers
264264 [--project < project> [--project-domain < project-domain> ]]
265265 [--long]
266266 [--marker < server> ]
267- [--limit < limit > ]
267+ [--limit < num-servers > ]
268268 [--deleted]
269269 [--changes-since < changes-since> ]
270270
@@ -332,10 +332,10 @@ List servers
332332
333333.. option:: --marker <server>
334334
335- The last server (name or ID) of the previous page. Display list of servers
336- after marker. Display all servers if not specified.
335+ The last server of the previous page. Display list of servers
336+ after marker. Display all servers if not specified. (name or ID)
337337
338- .. option:: --limit < limit >
338+ .. option:: --limit < num-servers >
339339
340340 Maximum number of servers to display. If limit equals -1, all servers will
341341 be displayed. If limit is greater than ' osapi_max_limit' option of Nova
@@ -497,11 +497,11 @@ Remove fixed IP address from server
497497
498498.. describe:: < server>
499499
500- Server (name or ID) to remove the fixed IP address from
500+ Server to remove the fixed IP address from (name or ID)
501501
502502.. describe:: < ip-address>
503503
504- Fixed IP address (IP address only) to remove from the server
504+ Fixed IP address to remove from the server (IP only)
505505
506506server remove floating ip
507507-------------------------
@@ -517,11 +517,11 @@ Remove floating IP address from server
517517
518518.. describe:: < server>
519519
520- Server (name or ID) to remove the floating IP address from
520+ Server to remove the floating IP address from (name or ID)
521521
522522.. describe:: < ip-address>
523523
524- Floating IP address (IP address only) to remove from server
524+ Floating IP address to remove from server (IP only)
525525
526526server remove security group
527527----------------------------
0 commit comments