From 4a9e84be994575146b30bd40a341d5686174eaad Mon Sep 17 00:00:00 2001 From: Tytus Kurek Date: Mon, 4 Sep 2017 08:14:37 +0200 Subject: Add support for "--dns-domain" argument This patchset implements support for "--dns-domain" argument to the following commands: "openstack port create" / "openstack port set". Change-Id: I4bb001054b00a969b74db3bb310e567033bf589b Depends-On: https://review.openstack.org/#/c/500660/ Closes-Bug: #1714878 Partial-Bug: #1704769 --- doc/source/cli/command-objects/port.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'doc/source/cli/command-objects') diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst index c2da09b3..c3a9798c 100644 --- a/doc/source/cli/command-objects/port.rst +++ b/doc/source/cli/command-objects/port.rst @@ -28,6 +28,7 @@ Create new port [--enable | --disable] [--mac-address ] [--security-group | --no-security-group] + [--dns-domain ] [--dns-name ] [--allowed-address ip-address=[,mac-address=]] [--qos-policy ] @@ -95,9 +96,14 @@ Create new port Associate no security groups with this port +.. option:: --dns-domain + + Set DNS domain for this port + (requires dns_domain for ports extension) + .. option:: --dns-name - Set DNS name to this port + Set DNS name for this port (requires DNS integration extension) .. option:: --allowed-address ip-address=[,mac-address=] @@ -256,6 +262,7 @@ Set port properties [--security-group ] [--no-security-group] [--enable-port-security | --disable-port-security] + [--dns-domain ] [--dns-name ] [--allowed-address ip-address=[,mac-address=]] [--no-allowed-address] @@ -346,9 +353,14 @@ Set port properties Disable port security for this port +.. option:: --dns-domain + + Set DNS domain for this port + (requires dns_domain for ports extension) + .. option:: --dns-name - Set DNS name to this port + Set DNS name for this port (requires DNS integration extension) .. option:: --allowed-address ip-address=[,mac-address=] -- cgit v1.2.1