From fcdd1a9701a67ae992ba85d8c8c798fa22adbcaf Mon Sep 17 00:00:00 2001 From: zhangguoqing Date: Mon, 25 Apr 2016 17:15:30 +0800 Subject: [PATCH] Add description for new 'direct-physical' VNIC type. Change-Id: Ic549f5d35e8365a2a806cdaf6379043fd9817c7c Closes-Bug: #1527719 --- doc/networking-guide/source/adv-config-sriov.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/networking-guide/source/adv-config-sriov.rst b/doc/networking-guide/source/adv-config-sriov.rst index 5c5b54cc33..65baedf1a7 100644 --- a/doc/networking-guide/source/adv-config-sriov.rst +++ b/doc/networking-guide/source/adv-config-sriov.rst @@ -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