diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-03-07 01:19:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-03-07 01:19:16 +0000 |
| commit | a29158ffb24cbef1c320cd25796ae6bbfc379d64 (patch) | |
| tree | b4c74dc7fdecd9c7661eeafdd0841ba64fc374de /doc/source | |
| parent | 86662f8d17c40ec87068ccc7340f03e1a7a1f1d5 (diff) | |
| parent | be385d81fc354b606cea021182eb6268ab4d222a (diff) | |
| download | nova-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.rst | 5 | ||||
| -rw-r--r-- | doc/source/runnova/nova.manage.rst | 5 |
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>`` |
