Merge "Fix openstack-manila-share resource typo"

This commit is contained in:
Zuul 2018-07-07 18:22:18 +00:00 committed by Gerrit Code Review
commit e259d277cb

@ -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}