Merge "Add description for new 'direct-physical' VNIC type."

This commit is contained in:
Jenkins 2016-04-26 23:24:30 +00:00 committed by Gerrit Code Review
commit d09d6fd4d1

View File

@ -285,7 +285,7 @@ with neutron SR-IOV ports.
$ net_id=`neutron net-show net04 | grep "\ id\ " | awk '{ print $4 }'`
#. Create the SR-IOV port. We specify vnic_type direct, but other options
include macvtap:
include direct-physical, and macvtap:
.. code-block:: console