yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #64637
[Bug 1696664] Re: Order of the interfaces is not honored when using virt and SR-IOV interfaces
We don't really support the NIC ordering in Nova AFAIK.
If you look at https://developer.openstack.org/api-ref/compute/?expanded=create-server-detail#create-server we just say for the 'networks' attribute that it's possible to pass multiple UUIDs, either as ports or network IDs but we don't explicitly say that the VM NICs order will be preserved.
Closing it as invalid as I don't think it's something we supported once
but feel free to reopen the bug if you know that we previously supported
it and we regressed somehow.
** Changed in: nova
Status: New => Incomplete
** Changed in: nova
Status: Incomplete => Invalid
** Changed in: nova
Importance: Undecided => Critical
** Changed in: nova
Importance: Critical => Wishlist
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1696664
Title:
Order of the interfaces is not honored when using virt and SR-IOV
interfaces
Status in OpenStack Compute (nova):
Invalid
Bug description:
When launching an instance using the following:
# nova boot --flavor m1.small --image <image id> --nic net-id=<net id> --nic port-id=<port id> vm1
Where the first interface is a non SR-IOV port and the second one is
SR-IOV port the order is not preserved ,i.e. The first interface of
the instance is the SR-IOV port.
Version:
openstack-nova-compute-15.0.3-3.el7ost.noarch
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1696664/+subscriptions
References