Comment 11 for bug 1526677

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/8.0)

Reviewed: https://review.openstack.org/267483
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=ea69a7adb54426a9636c488201d826873bef8648
Submitter: Jenkins
Branch: stable/8.0

commit ea69a7adb54426a9636c488201d826873bef8648
Author: Dmitry Bilunov <email address hidden>
Date: Thu Jan 14 14:33:47 2016 +0300

    Refactor openstack-network: move ml2 plugin into server-config.pp

    Currently openstack-network-server-config task is not idempotent - it
    unconditionally stops the neutron-server service upon invocation relying
    on plugins/ml2.pp to bring it up once the plugin config is materialized.

    This patch refactors openstack-network/{server-config,plugins/ml2}.pp so
    the plugin configuration is now an essential part of server-config.pp.
    It should make sense - anyway, you can't start neutron without a plugin

    Change-Id: I02ab01ea32b15cbe8139aad0939c969e8a97bd09
    Closes-Bug: 1526677