]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix deprecated opt in haproxy driver
authorJakub Libosvar <libosvar@redhat.com>
Tue, 29 Jul 2014 10:18:33 +0000 (12:18 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Tue, 29 Jul 2014 11:42:11 +0000 (13:42 +0200)
commitcd3f4f7d24c92475ca698906c57f60375861b83f
tree9625cc91de9b1e713a0c6d701d6962a55348224e
parent30556c4a234406754de86ec7e5e4c6b7dc3fdc44
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.

Change-Id: Ic92d4bc81ff6a3b16799414d17ac52e7a4801796
Closes-bug: #1349767
neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py