Comment 24 for bug 1836682

Revision history for this message
sathish subramanian (sathis5x) wrote :

Yes Chenjie. This bug sighting is for instance error, not for instance ping.

Also getting expected test behaviour, So recommend to close this bug.

Update for when creating instance with vnic-type port and not adding flavor --property "pci_passthrough:alias", It gets instance ERROR state.
openstack flavor create --ram 4096 --disk 100 --vcpus 2 m1.medium.pci_passthrough
Note: Without adding pci_passthrough:alias to flavor
#openstack flavor set --property "pci_passthrough:alias"="intel-X722-pf:1" m1.medium.pci_passthrough

openstack port create --vnic-type direct-physical --network public-net0 ${NET}-Port0
openstack server create --flavor m1.medium.pci_passthrough --nic port-id=${NET}-Port0 --image ${NET}-image --security-group security1 --key-name key1 ${NET}-vm0