aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/config/states/openstack_ha
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-11-27 07:52:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-27 07:52:23 +0000
commit052af82aa875dd6acf4a060484780e50b21448af (patch)
tree6e401fe1902bcaedd4dc646de4c938efb4b46094 /mcp/config/states/openstack_ha
parentc0541b17b817fbb2a017abea7cde4efad80b116f (diff)
parent92fb2b5e303b5e097a21d43612d5c8132f23152b (diff)
Merge "[baremetal] Retry cinder.controller on failure"
Diffstat (limited to 'mcp/config/states/openstack_ha')
-rwxr-xr-xmcp/config/states/openstack_ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/config/states/openstack_ha b/mcp/config/states/openstack_ha
index 0c1b82f48..fbddc6e83 100755
--- a/mcp/config/states/openstack_ha
+++ b/mcp/config/states/openstack_ha
@@ -45,7 +45,7 @@ salt -I 'keystone:server' state.sls keystone.server
salt -I 'nova:controller' state.sls nova -b 1
salt -I 'heat:server' state.sls heat -b 1
-salt -I 'cinder:controller' state.sls cinder -b 1
+wait_for 5 "salt -I 'cinder:controller' state.sls cinder -b 1"
salt -I 'cinder:volume' state.sls cinder
salt -I 'neutron:server' state.sls neutron -b 1