Comment 4 for bug 1349767

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/110566
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c19633d4a3d945bc42ada318776e5ce6fb3d42b8
Submitter: Jenkins
Branch: stable/icehouse

commit c19633d4a3d945bc42ada318776e5ce6fb3d42b8
Author: Jakub Libosvar <email address hidden>
Date: Tue Jul 29 12:18:33 2014 +0200

    Fix deprecated opt in haproxy driver

    If Neutron was updated from Havana, lbaas config file defines user_group
    and loadbalancer_state_path in default section but since Icehouse these
    settings were moved to haproxy section.
    This patch adds DEFAULT group to DeprecatedOpt.

    Conflicts:
     neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py

    Change-Id: Ic92d4bc81ff6a3b16799414d17ac52e7a4801796
    Closes-bug: #1349767
    (cherry picked from commit cd3f4f7d24c92475ca698906c57f60375861b83f)