Comment 3 for bug 1761691

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

Reviewed: https://review.openstack.org/561225
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=89683e8fc4ff0000c0408cab99b377841358747b
Submitter: Zuul
Branch: master

commit 89683e8fc4ff0000c0408cab99b377841358747b
Author: Thomas Morin <email address hidden>
Date: Fri Apr 13 15:25:10 2018 +0200

    dashboard: use new neutronclient

    This change updates the call to neutronclient to use
    the BGPVPN methods natively defined in python-neutronclient,
    rather than the ones defined by the dynamic extension to
    neutronclient from networking-bgpvpn (which are deprecated).

    Also removes use of mox at the same time.

    This change also makes the lower constraint job use
    neutron, horizon, networking-odl and networking-bagpipe
    from git, which is required to unbreak the CI right now.

    Change-Id: I7d399466f6577e4dd55b1a0fa5a92aab15e6eebb
    Partial-Bug: 1761691