diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-03-08 22:07:19 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-03-08 22:10:06 +0100 |
commit | 9972139f91debfe24c8cb3cfcdfbc595619659e2 (patch) | |
tree | 684b6c8f0dc20204a1f96cadcae24c2674290b3f /mcp/reclass/classes/cluster/mcp-pike-common-ha | |
parent | 21f34dab9380f98622c0075fa8f4b5868916a27f (diff) |
Fix missing root_helper_daemon for cmp, gtw
While at it, drop patch now upstream.
JIRA: FUEL-348
Fixes: cf6cd9cd
Change-Id: Ieb4c93e9dc79a4e4dec140433574e042a1a6f2dc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-pike-common-ha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_compute.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_compute.yml index bae1c1c6d..741f9d350 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_compute.yml @@ -65,6 +65,7 @@ parameters: neutron: gateway: vlan_aware_vms: true + root_helper_daemon: false nova: compute: disk_cachemodes: file=directsync,block=none |