diff options
| author | Nam Nguyen Hoai <namnh@vn.fujitsu.com> | 2016-08-12 16:00:52 +0700 |
|---|---|---|
| committer | Nam Nguyen Hoai <namnh@vn.fujitsu.com> | 2016-12-03 17:08:17 +0700 |
| commit | df5f12b135f273e3916e7bf300fa7688a180ea02 (patch) | |
| tree | 6f57083a6d85dd5bb5f6115a1080e7dac03f389f /doc/source/command-objects | |
| parent | c0dd8086e5d811f2ca7d634fd730f8703bbe7924 (diff) | |
| download | python-openstackclient-df5f12b135f273e3916e7bf300fa7688a180ea02.tar.gz | |
Add "dns-name" option to "os port create" and "os port set"
This patch added a "dns-name" option to
"os port create" and "os port set" command.
Change-Id: I360e2c9a1970e64fe17e4561d7618f860b937373
Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com>
Partial-Bug: #1612136
Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 3aff2f77..73c53290 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/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-name <dns-name>] [--project <project> [--project-domain <project-domain>]] [--enable-port-security | --disable-port-security] <name> @@ -91,6 +92,11 @@ Create new port Associate no security groups with this port +.. option:: --dns-name <dns-name> + + Set DNS name to this port + (requires DNS integration extension) + .. option:: --project <project> Owner's project (name or ID) @@ -192,6 +198,7 @@ Set port properties [--security-group <security-group>] [--no-security-group] [--enable-port-security | --disable-port-security] + [--dns-name <dns-name>] <port> .. option:: --description <description> @@ -269,6 +276,11 @@ Set port properties Disable port security for this port +.. option:: --dns-name <dns-name> + + Set DNS name to this port + (requires DNS integration extension) + .. _port_set-port: .. describe:: <port> |
