diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-29 17:28:39 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-29 17:28:39 +0000 |
| commit | 4b61efe3f9f6158c6062ff3c56bb5116b7f08d87 (patch) | |
| tree | 21ab16bbb5e9372b13609d0b03c6439d4c453036 /doc/source/command-objects | |
| parent | 4b38753a929461cf2c20cd17e576b5e4b9314777 (diff) | |
| parent | c7fb3b36556a6e7622dd7b2bf2ddb5209e518773 (diff) | |
| download | python-openstackclient-4b61efe3f9f6158c6062ff3c56bb5116b7f08d87.tar.gz | |
Merge "Add "--device-owner" option to "port list""
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 880161f9..9d93ee62 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -45,7 +45,8 @@ Create new port .. option:: --device-owner <device-owner> - Device owner of this port + Device owner of this port. This is the entity that uses + the port (for example, network:dhcp). .. option:: --vnic-type <vnic-type> @@ -113,8 +114,14 @@ List ports .. code:: bash os port list + [--device-owner <device-owner>] [--router <router>] +.. option:: --device-owner <device-owner> + + List only ports with the specified device owner. This is + the entity that uses the port (for example, network:dhcp). + .. option:: --router <router> List only ports attached to this router (name or ID) @@ -154,7 +161,8 @@ Set port properties .. option:: --device-owner <device-owner> - Device owner of this port + Device owner of this port. This is the entity that uses + the port (for example, network:dhcp). .. option:: --vnic-type <vnic-type> |
