docs/doc/source/vnf_integration/use-a-vif-model-when-creating-ports.rst
Keane Lim 2e30dbc072 Removed proprietary (AVS and AVP) content from VNF section
Change-Id: I22579ebff290a7a7edf1cbb4cd8f6943b4afbead
Signed-off-by: Keane Lim <keane.lim@windriver.com>
2021-04-20 12:08:36 -04:00

769 B

Using a VIF Model when Creating Ports

For any non Virtio , you must create a port beforehand using the VIF model.

You can use the command line. For example:

~(keystone_admin)$ openstack port create --network ${NETWORKID} --binding-profile vif_model=${VIF_MODEL} ${NAME}

For more information about port related commands, see https://docs.openstack.org/python-openstackclient/train/cli/command-objects/ port.html <https://docs.openstack.org/python-openstackclient/train/cli/command-objects/ port.html>__.

partner