Fix openstack-manila-share resource typo

It was 'manila-share' instead of 'openstack-manila-share'.

TrivialFix

Change-Id: I18cb6fb7af227a30138ba05ee392e49970f19c7e
(cherry picked from commit 3bf5d07a94)
This commit is contained in:
Tom Barron 2018-07-06 15:52:41 -04:00
parent 6ee0f9eb4a
commit c8afb38641
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ outputs:
- 'manila-share'
- str_replace:
template:
'if /usr/sbin/pcs resource show manila-share; then /usr/sbin/pcs resource restart --wait=PCMKTIMEOUT manila-share; echo "manila-share restart invoked"; fi'
'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'
params:
PCMKTIMEOUT: {get_param: PcmkConfigRestartTimeout}
image: {get_param: DockerManilaShareImage}