docs/doc/source/guest_integration/openstack/use-a-vif-model-when-creating-ports.rst
Ron Stone 1d5a39f8e9 Add include markers
Add Guest include markers required by DS OS

Change-Id: Iaa1847d78d71641151670ac22dd982d51edf1171
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2024-12-04 18:05:52 +00:00

801 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