summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>``