Comment 2 for bug 1531753

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-bgpvpn (backport/juno)

Reviewed: https://review.openstack.org/265221
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=962952949d997af8d5f97a0754b017f75a97b701
Submitter: Jenkins
Branch: backport/juno

commit 962952949d997af8d5f97a0754b017f75a97b701
Author: Édouard Thuleau <email address hidden>
Date: Fri Dec 18 17:23:37 2015 +0000

    Juno backport

    Sync requirements with Juno
        Update requirements files to align with juno requirements.
        Closes-Bug: 1527693

    Update oslo dependancies
        Remove i18n macro which not yet exist by simple macro '_'
        Replace oslo log library by the common one integrated into the Neutron
        Juno code
        Replace oslo cfg library by the common one integrated into the Neutron
        Juno code
        Closes-Bug: 1530843

    Remove BGPVPN python neutron client extension
        The python Neutron client used by OpenStack Juno release could not
        support extension mechanism used by bgpvpn project
        Closes-Bug: 1531753

    BaGPipe service driver not works with Neutron Juno
        BaGPipe service driver depends to the Neutron callback mechanism that was
        introduced in the Neutron Kilo release. That only depends on constants.
        That patch implicitly create the few callback constants into the bagpipe
        service driver.
        Closes-Bug: 1531905

    Remove UT not supported with Neutron Juno release
        The unit tests use some Neutron unit test framework like
        'neutron.tests.unit.db.test_db_base_plugin_v2',
        'neutron.tests.unit.api.v2.test_base' which does not exist into the
        Neutron Juno release
        Sadly all actual UT depends on that framework.
        Closes-Bug: 1531805

    Change-Id: I3630184d227c662ec324bbf249aceec7a2456eee