openstack-ansible-os_neutron/releasenotes/notes/remove-lbaasv1-26044c48b5d3b508.yaml
Major Hayden 13b41a3b54
Remove LBaaSv1
The LBaaSv1 code was deprecated in Liberty and was removed from
neutron-lbaas in the Newton release. This patch removes all of
the LBaaSv1 references from the neutron role.

Change-Id: Ib4b6ccfe578d3c760b0b37e63c1dbd1e75a2d26b
2016-07-21 10:24:55 -05:00

9 lines
373 B
YAML

---
features:
- The LBaaSv2 device driver is now set by the Ansible variable
``neutron_lbaasv2_device_driver``. The default is set to use the
``HaproxyNSDriver``, which allows for agent-based load balancers.
upgrade:
- LBaaSv1 has been removed from the ``neutron-lbaas`` project in the Newton
release and it has been removed from OpenStack-Ansible as well.