Merge "CentOS: Enable os_dnsmasq_dac_override"
This commit is contained in:
commit
35945bacea
@ -62,6 +62,13 @@ class openstack_integration::neutron (
|
|||||||
persistent => true,
|
persistent => true,
|
||||||
value => on,
|
value => on,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $driver == 'openvswitch' or $driver == 'linuxbridge' {
|
||||||
|
selboolean { 'os_dnsmasq_dac_override':
|
||||||
|
persistent => true,
|
||||||
|
value => on,
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
openstack_integration::mq_user { 'neutron':
|
openstack_integration::mq_user { 'neutron':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user