Comment 4 for bug 1618792

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

Reviewed: https://review.openstack.org/379302
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=5e38588ca7f8b4838393311278d702074e932307
Submitter: Jenkins
Branch: master

commit 5e38588ca7f8b4838393311278d702074e932307
Author: Hong Hui Xiao <email address hidden>
Date: Thu Sep 29 17:08:30 2016 +0800

    Set USE_ML2_PLUGIN=True in the compute sample local.conf

    The sample local.conf of controller has been set to USE_ML2_PLUGIN=True.
    However, the sample local.conf of compute node has not been set.
    In a real deployment, it will fail if user uses sample local.conf for
    both controller and compute node.

    Since it is end of N release, it would be safe to just change the sameple
    local.conf for now. Changing USE_ML2_PLUGIN=True as default value will
    be performed in O release.

    Change-Id: I5143adef0bc8f09ee35616908b600f2fa70c08ea
    Partial-Bug: #1618792