python-neutronclient/releasenotes/notes/direct-physical-vnic-port-create-736d8b2600faf22b.yaml
Nikola Dipanov 199cb1e4f8 port: Add 'direct-physical' as a valid vnic-type
When creating a port, it is now valid to pass direct-physical as a
vnic-type, as it's been implemented in the following change:

If1ab969c2002c649a3d51635ca2765c262e2d37f

This patch enables this in the neutron CLI.

DocImpact
Related-bug: 1500993
Change-Id: If3426a6a5b07f6159fd636ae65d0ad3c296db990
2016-01-04 13:48:53 +00:00

7 lines
243 B
YAML

---
features:
- Added new 'direct-physical' vnic-type option for port-create CLI command.
Passing this particular value allows for a port to be create with the
vnic-type used for assigning SR-IOV physical functions to
instances.