diff options
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> |
