Merge "Fix nova-manage floating create docs."

This commit is contained in:
Jenkins 2012-03-07 01:19:16 +00:00 committed by Gerrit Code Review
commit a29158ffb2
2 changed files with 6 additions and 4 deletions

View File

@ -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>``

View File

@ -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>``