Comment 3 for bug 1689483

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

Reviewed: https://review.openstack.org/463498
Committed: https://git.openstack.org/cgit/openstack/networking-calico/commit/?id=4234da5d475d116e310eda54bc370dd5a2e69e3b
Submitter: Jenkins
Branch: master

commit 4234da5d475d116e310eda54bc370dd5a2e69e3b
Author: Neil Jerram <email address hidden>
Date: Tue May 9 10:09:06 2017 +0100

    DevStack plugin: fix for recent neutron and devstack changes

    - Set variables so that configure_neutron_after_post_config does not set
      service_plugins. (What changed here has that neutron-legacy's setting
      of service_plugins was deferred. Previously neutron-legacy set some
      value, and then the networking-calico deleted that. Now
      neutron-legacy sets its value after the last time that the
      networking-calico plugin code has run.)

    - Don't use systemd, as our running of auto-bird-conf is not
      systemd-compatible yet.

    - Remove 'coverage=eventlet' declaration from .coveragerc.

    - Also disable q-metering, as we have no use for it.

    Change-Id: If08b226ce53051e50030ee961a9b05a62d44b204
    Closes-Bug: #1689483
    Closes-Bug: #1690101