Comment 14 for bug 1663369

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-dpm (master)

Reviewed: https://review.openstack.org/443616
Committed: https://git.openstack.org/cgit/openstack/networking-dpm/commit/?id=bac784f9028b72a9cc0b982690df754ba5ebe34b
Submitter: Jenkins
Branch: master

commit bac784f9028b72a9cc0b982690df754ba5ebe34b
Author: Andreas Scheuring <email address hidden>
Date: Thu Mar 9 14:00:05 2017 +0100

    Use oslo config for physical_network_adapter_map

    Use the newly added oslo config opt [1] for the
    'physical_network_adapter_mappings' configuration option.

    The new config option does all the validation. It also ensures that
    the port-element-id defaults to 0 if none is given. The corresponding
    code is getting removed.

    [1] https://review.openstack.org/443615

    Change-Id: I5a1bd27fdb10579ac4e85bc502a364f2521bd162
    Closes-Bug: #1659315
    Closes-Bug: #1663369