From be385d81fc354b606cea021182eb6268ab4d222a Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 24 Feb 2012 10:38:34 -0500 Subject: Fix nova-manage floating create docs. Fix RST docs that describe nova-manage floating create syntax. Change-Id: I743a750b55b2007cc756cfd3c1b34d07c479fb5a --- doc/source/man/novamanage.rst | 5 +++-- doc/source/runnova/nova.manage.rst | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/source') 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 `` +``nova-manage floating create [--pool ] [--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 `` diff --git a/doc/source/runnova/nova.manage.rst b/doc/source/runnova/nova.manage.rst index af82b6a4f..e5e378f85 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 `` +``nova-manage floating create [--pool ] [--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 `` -- cgit