summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-03-07 01:19:16 +0000
committerGerrit Code Review <review@openstack.org>2012-03-07 01:19:16 +0000
commita29158ffb24cbef1c320cd25796ae6bbfc379d64 (patch)
treeb4c74dc7fdecd9c7661eeafdd0841ba64fc374de /doc/source
parent86662f8d17c40ec87068ccc7340f03e1a7a1f1d5 (diff)
parentbe385d81fc354b606cea021182eb6268ab4d222a (diff)
downloadnova-a29158ffb24cbef1c320cd25796ae6bbfc379d64.tar.gz
nova-a29158ffb24cbef1c320cd25796ae6bbfc379d64.tar.xz
nova-a29158ffb24cbef1c320cd25796ae6bbfc379d64.zip
Merge "Fix nova-manage floating create docs."
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/man/novamanage.rst5
-rw-r--r--doc/source/runnova/nova.manage.rst5
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/man/novamanage.rst b/doc/source/man/novamanage.rst
index 397cc8e80..aaff13b88 100644
--- a/doc/source/man/novamanage.rst
+++ b/doc/source/man/novamanage.rst
@@ -170,9 +170,10 @@ Nova VPN
Nova Floating IPs
~~~~~~~~~~~~~~~~~
-``nova-manage floating create <host> <ip_range>``
+``nova-manage floating create <ip_range> [--pool <pool>] [--interface <interface>]``
- Creates floating IP addresses for the named host by the given range.
+ Creates floating IP addresses for the given range, optionally specifying
+ a floating pool and a network interface.
``nova-manage floating delete <ip_range>``
diff --git a/doc/source/runnova/nova.manage.rst b/doc/source/runnova/nova.manage.rst
index 4a948c29a..973ce5ae7 100644
--- a/doc/source/runnova/nova.manage.rst
+++ b/doc/source/runnova/nova.manage.rst
@@ -170,9 +170,10 @@ Nova VPN
Nova Floating IPs
~~~~~~~~~~~~~~~~~
-``nova-manage floating create <host> <ip_range>``
+``nova-manage floating create <ip_range> [--pool <pool>] [--interface <interface>]``
- Creates floating IP addresses for the named host by the given range.
+ Creates floating IP addresses for the given range, optionally specifying
+ a floating pool and a network interface.
``nova-manage floating delete <ip_range>``