Skip to content

Commit a5b0d9a

Browse files
author
chengkunye
committed
add doc for floatingip
Change-Id: Ibdee50066452ed33f210e93de29eba3c0ec2e155
1 parent 4d9d2db commit a5b0d9a

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
==========
2+
floatingip
3+
==========
4+
5+
Compute v2
6+
7+
ip floating add
8+
---------------
9+
10+
Add floating-ip to server
11+
12+
.. program:: ip floating add
13+
.. code:: bash
14+
15+
os ip floating add
16+
<ip_address>
17+
<server>
18+
19+
.. describe:: <ip_address>
20+
21+
IP address to add to server
22+
23+
.. describe:: <server>
24+
25+
Server to receive the IP address (name or ID)
26+
27+
ip floating create
28+
------------------
29+
30+
Create new floating-ip
31+
32+
.. program:: ip floating create
33+
.. code:: bash
34+
35+
os ip floating create
36+
<pool>
37+
38+
.. describe:: <pool>
39+
40+
Pool to fetch floating IP from
41+
42+
ip floating delete
43+
------------------
44+
45+
Delete a floating-ip
46+
47+
.. program:: ip floating delete
48+
.. code:: bash
49+
50+
os ip floating delete
51+
<ip_address>
52+
53+
.. describe:: <ip_address>
54+
55+
IP address to delete
56+
57+
ip floating list
58+
----------------
59+
60+
List floating-ips
61+
62+
.. program:: ip floating list
63+
.. code:: bash
64+
65+
os ip floating list
66+
67+
ip floating remove
68+
------------------
69+
70+
Remove floating-ip from server
71+
72+
.. program:: ip floating remove
73+
.. code:: bash
74+
75+
os ip floating remove
76+
<ip_address>
77+
<server>
78+
79+
.. describe:: <ip_address>
80+
81+
IP address to remove from server
82+
83+
.. describe:: <server>
84+
85+
Server to remove the IP address from (name or ID)

0 commit comments

Comments
 (0)