Comment 6 for bug 1696664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/472733
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7d7cc942211f0523f970dd6c1268d1d778aed8a7
Submitter: Jenkins
Branch: master

commit 7d7cc942211f0523f970dd6c1268d1d778aed8a7
Author: Sylvain Bauza <email address hidden>
Date: Fri Jun 9 17:11:24 2017 +0200

    Amend api-ref for multiple networks request

    Since there are chances that the guest OS won't honor the order of networks
    and assign NIC#1 to the second requested network, we say to our users to
    rather use device tagging and metadata querying.
    Amending the api-ref to mention explicitly that Nova doesn't support NIC
    ordering although there are codepaths for that which try that.

    Change-Id: Id134f7745111ccd12695bb041fcce182e833126a
    Related-Bug: #1696664