Comment 5 for bug 1394020

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/juno)

Reviewed: https://review.openstack.org/139617
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6068320cbd76a8c70e754acdffb48e8bcf28ff09
Submitter: Jenkins
Branch: stable/juno

commit 6068320cbd76a8c70e754acdffb48e8bcf28ff09
Author: Aaron Rosen <email address hidden>
Date: Tue Nov 18 15:59:40 2014 -0800

    Fix enable_metadata_network flag

    The following patch: 9569b2fe broke the desired functionality of
    the enable_metadata_network flag, by not allowing the metadata
    proxy to be spawn for 'metadata networks', which are used for
    accessing the metadata service when the logical router is not
    implemented through the l3 agent.

    This patch enables spawning of the metadata proxy for metadata
    networks when the appropriate flag is set to True.

    The patch also adds rather pedant unit test coverage for the
    should_enable_metadata method which previously had no unit test.

    Change-Id: I8dca1fce9fbc83e75ba7e4ce948531427bf7e88b
    Closes-bug: 1394020
    (cherry picked from commit c45842af38da322b93d1200451a4a254abfcaed1)