Merge "Add support for 'remote-managed' vnic type"
This commit is contained in:
commit
bf71727c55
@ -259,11 +259,12 @@ def _add_updatable_args(parser):
|
|||||||
metavar='<vnic-type>',
|
metavar='<vnic-type>',
|
||||||
choices=(
|
choices=(
|
||||||
'direct', 'direct-physical', 'macvtap',
|
'direct', 'direct-physical', 'macvtap',
|
||||||
'normal', 'baremetal', 'virtio-forwarder', 'vdpa'
|
'normal', 'baremetal', 'virtio-forwarder', 'vdpa', 'remote-managed'
|
||||||
),
|
),
|
||||||
help=_(
|
help=_(
|
||||||
"VNIC type for this port (direct | direct-physical | "
|
"VNIC type for this port (direct | direct-physical | "
|
||||||
"macvtap | normal | baremetal | virtio-forwarder | vdpa, "
|
"macvtap | normal | baremetal | virtio-forwarder | vdpa | "
|
||||||
|
"remote-managed, "
|
||||||
"default: normal)"
|
"default: normal)"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Support for the ``remote-managed`` VNIC type has been added and can now be
|
||||||
|
passed to the ``--vnic-type`` option when used in conjunction with the
|
||||||
|
``port create`` and ``port set`` commands.
|
Loading…
x
Reference in New Issue
Block a user