File tree Expand file tree Collapse file tree
openstackclient/network/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,20 +396,24 @@ def _add_updatable_args(
396396 '--vnic-type' ,
397397 metavar = '<vnic-type>' ,
398398 choices = (
399+ 'accelerator-direct' ,
400+ 'accelerator-direct-physical' ,
399401 'direct' ,
400402 'direct-physical' ,
401403 'macvtap' ,
402404 'normal' ,
403405 'baremetal' ,
404406 'virtio-forwarder' ,
407+ 'smart-nic' ,
405408 'vdpa' ,
406409 'remote-managed' ,
407410 ),
408411 help = _ (
409- "VNIC type for this port (direct | direct-physical | "
410- "macvtap | normal | baremetal | virtio-forwarder | vdpa | "
411- "remote-managed) "
412- "(default: normal)"
412+ "VNIC type for this port (accelerator-direct | "
413+ "accelerator-direct-physical | direct | "
414+ "direct-physical | macvtap | normal | baremetal | "
415+ "virtio-forwarder | smart-nic | vdpa | "
416+ "remote-managed) (default: normal)"
413417 ),
414418 )
415419 parser .add_argument (
You can’t perform that action at this time.
0 commit comments