Using a VIF Model when Creating PortsΒΆ
For any non Virtio NIC, 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.