diff options
| author | Jens Harbott <j.harbott@x-ion.de> | 2018-04-04 13:44:24 +0000 |
|---|---|---|
| committer | Jens Harbott (frickler) <j.harbott@x-ion.de> | 2018-08-06 08:14:48 +0000 |
| commit | ed09f28a9dd1cbc0f8c141a8e38587b7022d4166 (patch) | |
| tree | 5e9b633d46f8970d3925d92106e85dc8c10c783d /doc/source/cli/command-objects/floating-ip.rst | |
| parent | b8754e15e7adc9a04587f67c83febaf49b64f18c (diff) | |
| download | python-openstackclient-ed09f28a9dd1cbc0f8c141a8e38587b7022d4166.tar.gz | |
Add DNS support to floating IP commands
Add the DNS domain and name options to the ``floating ip create``
command. Also add these two columns to the output of the
``floating ip list --long`` command.
Change-Id: Id4cb18b51b252f19b87b24ec5d77183771189d17
Story: 1547736
Task: 13114
Diffstat (limited to 'doc/source/cli/command-objects/floating-ip.rst')
| -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 c0ba7ebf..aaa6c7a1 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) |
