From ed09f28a9dd1cbc0f8c141a8e38587b7022d4166 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Wed, 4 Apr 2018 13:44:24 +0000 Subject: 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 --- doc/source/cli/command-objects/floating-ip.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source/cli/command-objects') 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 ] [--project [--project-domain ]] [--tag | --no-tag] + [--dns-domain ] + [--dns-name ] .. option:: --subnet @@ -79,6 +81,14 @@ Create floating IP *Network version 2 only* +.. option:: --dns-domain + + Set DNS domain for this floating IP (requires DNS integration extension). + +.. option:: --dns-name + + Set DNS name for this floating IP (requires DNS integration extension). + .. describe:: Network to allocate floating IP from (name or ID) -- cgit v1.2.1