From 25f93efd8c3ce7335651b26818e30e5b6546cb42 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Sun, 8 Jul 2018 05:11:48 -0400 Subject: [PATCH] Fix bootstrap_host_exec check for manila_share The hiera check for bootstrap node was using 'manila-share' for service name, which returns nil. Changing the service name to 'manila_share', the hiera lookup for 'manila_share_short_bootstrap_node_name' succeeds. Change-Id: Id3c001f8f0ee9dc156f22a027f66516d6812f51a --- docker/services/pacemaker/manila-share.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/pacemaker/manila-share.yaml b/docker/services/pacemaker/manila-share.yaml index 046db2db4b..bd81c1268e 100644 --- a/docker/services/pacemaker/manila-share.yaml +++ b/docker/services/pacemaker/manila-share.yaml @@ -159,7 +159,7 @@ outputs: user: root command: - '/usr/bin/bootstrap_host_exec' - - 'manila-share' + - 'manila_share' - str_replace: template: 'if /usr/sbin/pcs resource show openstack-manila-share; then /usr/sbin/pcs resource restart --wait=PCMKTIMEOUT openstack-manila-share; echo "openstack-manila-share restart invoked"; fi'