diff --git a/doc/source/command-objects/floatingip.rst b/doc/source/command-objects/floatingip.rst new file mode 100644 index 0000000000..1ae3041e42 --- /dev/null +++ b/doc/source/command-objects/floatingip.rst @@ -0,0 +1,85 @@ +========== +floatingip +========== + +Compute v2 + +ip floating add +--------------- + +Add floating-ip to server + +.. program:: ip floating add +.. code:: bash + + os ip floating add + + + +.. describe:: + + IP address to add to server + +.. describe:: + + Server to receive the IP address (name or ID) + +ip floating create +------------------ + +Create new floating-ip + +.. program:: ip floating create +.. code:: bash + + os ip floating create + + +.. describe:: + + Pool to fetch floating IP from + +ip floating delete +------------------ + +Delete a floating-ip + +.. program:: ip floating delete +.. code:: bash + + os ip floating delete + + +.. describe:: + + IP address to delete + +ip floating list +---------------- + +List floating-ips + +.. program:: ip floating list +.. code:: bash + + os ip floating list + +ip floating remove +------------------ + +Remove floating-ip from server + +.. program:: ip floating remove +.. code:: bash + + os ip floating remove + + + +.. describe:: + + IP address to remove from server + +.. describe:: + + Server to remove the IP address from (name or ID)