diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-07-20 17:15:53 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-07-20 17:15:53 +0000 |
| commit | e954fe4eedabe13f89b8e4c120db7f7195e71aae (patch) | |
| tree | d4b3af91615dfb679d6ed023840d7f7628a7238a /doc/source/cli/command-objects | |
| parent | ac8cac4b63590e3b583faee88b6c481f2f3e9d9a (diff) | |
| parent | cf5dfa77e17d273aaebca21a0b44902d587fac04 (diff) | |
| download | python-openstackclient-e954fe4eedabe13f89b8e4c120db7f7195e71aae.tar.gz | |
Merge "Add support for virtio-forwarder VNIC type"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/port.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst index 2102288b..37814a95 100644 --- a/doc/source/cli/command-objects/port.rst +++ b/doc/source/cli/command-objects/port.rst @@ -60,8 +60,8 @@ Create new port .. option:: --vnic-type <vnic-type> - VNIC type for this port (direct | direct-physical | macvtap | normal | baremetal, - default: normal) + VNIC type for this port (direct | direct-physical | macvtap | normal | baremetal | + virtio-forwarder, default: normal) .. option:: --binding-profile <binding-profile> @@ -262,8 +262,8 @@ Set port properties .. option:: --vnic-type <vnic-type> - VNIC type for this port (direct | direct-physical | macvtap | normal | baremetal, - default: normal) + VNIC type for this port (direct | direct-physical | macvtap | normal | baremetal | + virtio-forwarder, default: normal) .. option:: --binding-profile <binding-profile> |
