diff options
| author | Zuul <zuul@review.openstack.org> | 2018-02-24 10:59:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-02-24 10:59:41 +0000 |
| commit | 1b5cab40b54ad2436c5d8b35369b0d802c75837d (patch) | |
| tree | 85c7b9f60ab0520c9141b401d3fca6918ae64183 /doc/source/cli/command-objects | |
| parent | 7505831e813bf2dc90361930f2837e77e376768f (diff) | |
| parent | 4a9e84be994575146b30bd40a341d5686174eaad (diff) | |
| download | python-openstackclient-1b5cab40b54ad2436c5d8b35369b0d802c75837d.tar.gz | |
Merge "Add support for "--dns-domain" argument"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/port.rst | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst index f8e88230..335c2270 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 <mac-address>] [--security-group <security-group> | --no-security-group] + [--dns-domain <dns-domain>] [--dns-name <dns-name>] [--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]] [--qos-policy <qos-policy>] @@ -99,9 +100,14 @@ Create new port Associate no security groups with this port +.. option:: --dns-domain <dns-name> + + Set DNS domain for this port + (requires dns_domain for ports extension) + .. option:: --dns-name <dns-name> - Set DNS name to this port + Set DNS name for this port (requires DNS integration extension) .. option:: --allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] @@ -264,6 +270,7 @@ Set port properties [--security-group <security-group>] [--no-security-group] [--enable-port-security | --disable-port-security] + [--dns-domain <dns-domain>] [--dns-name <dns-name>] [--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]] [--no-allowed-address] @@ -354,9 +361,14 @@ Set port properties Disable port security for this port +.. option:: --dns-domain <dns-domain> + + Set DNS domain for this port + (requires dns_domain for ports extension) + .. option:: --dns-name <dns-name> - Set DNS name to this port + Set DNS name for this port (requires DNS integration extension) .. option:: --allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] |
