From df5f12b135f273e3916e7bf300fa7688a180ea02 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Fri, 12 Aug 2016 16:00:52 +0700 Subject: 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 Partial-Bug: #1612136 Partially-Implements: blueprint network-commands-options --- doc/source/command-objects/port.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--security-group | --no-security-group] + [--dns-name ] [--project [--project-domain ]] [--enable-port-security | --disable-port-security] @@ -91,6 +92,11 @@ Create new port Associate no security groups with this port +.. option:: --dns-name + + Set DNS name to this port + (requires DNS integration extension) + .. option:: --project Owner's project (name or ID) @@ -192,6 +198,7 @@ Set port properties [--security-group ] [--no-security-group] [--enable-port-security | --disable-port-security] + [--dns-name ] .. option:: --description @@ -269,6 +276,11 @@ Set port properties Disable port security for this port +.. option:: --dns-name + + Set DNS name to this port + (requires DNS integration extension) + .. _port_set-port: .. describe:: -- cgit v1.2.1