openstack-ansible-os_neutron/releasenotes/notes/lbaasv2-options-ae992286abfa689f.yaml
Kevin Carter 767e9ceccf Fix LBaaSv2 config and package requirements
The LBaaSv2 (not Octavia) requires the net-utils(tools) package to
function. Additionally the user_group needs to be set to an OS specific
value. This change adds a default allowing the user to override the new
option `neutron_lbaasv2_user_group` as needed but the default will be
inherited from the os specific variable file.

Change-Id: Ic4b9461e369f1db94dfcfc3cebae034b3d38bb09
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-01-25 19:12:40 +00:00

6 lines
211 B
YAML

---
features:
- An option has been added allowing the user to define the `user_group`
LBaaSv2 uses. The new option is ``neutron_lbaasv2_user_group`` and
is set within the OS specific value by default.