diff options
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/floating-ip.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/floating-ip.rst b/doc/source/cli/command-objects/floating-ip.rst index e3e50adc..14615749 100644 --- a/doc/source/cli/command-objects/floating-ip.rst +++ b/doc/source/cli/command-objects/floating-ip.rst @@ -21,6 +21,8 @@ Create floating IP [--qos-policy <qos-policy>] [--project <project> [--project-domain <project-domain>]] [--tag <tag> | --no-tag] + [--dns-domain <dns-domain>] + [--dns-name <dns-name>] <network> .. option:: --subnet <subnet> @@ -79,6 +81,14 @@ Create floating IP *Network version 2 only* +.. option:: --dns-domain <dns-domain> + + Set DNS domain for this floating IP (requires DNS integration extension). + +.. option:: --dns-name <dns-name> + + Set DNS name for this floating IP (requires DNS integration extension). + .. describe:: <network> Network to allocate floating IP from (name or ID) |
