Comment 9 for bug 1405131

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

Reviewed: https://review.openstack.org/169258
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=87cc3928c44c46c14183fcac062a0e48c7271535
Submitter: Jenkins
Branch: master

commit 87cc3928c44c46c14183fcac062a0e48c7271535
Author: Devananda van der Veen <email address hidden>
Date: Tue Mar 31 03:37:13 2015 -0700

    Fix incorrect statement in inline neutronv2 docs

    The function doc header for network/neutron/v2/api.py _create_port()
    states that it accepts an optional set of MAC addresses to use.

    However, it only uses one, which is selected by pop().

    This commit merely changes the doc string to indicate that the function
    operates on only a single MAC address, not on the whole set.

    Change-Id: I0fc845572836b6a6773cc7beaeefd7b0d1cfd5e7
    Related-bug: #1405131