Merge "CentOS: Enable os_dnsmasq_dac_override"

This commit is contained in:
Zuul 2023-04-11 17:25:40 +00:00 committed by Gerrit Code Review
commit 35945bacea

View File

@ -62,6 +62,13 @@ class openstack_integration::neutron (
persistent => true,
value => on,
}
if $driver == 'openvswitch' or $driver == 'linuxbridge' {
selboolean { 'os_dnsmasq_dac_override':
persistent => true,
value => on,
}
}
}
openstack_integration::mq_user { 'neutron':