diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-11-27 17:49:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-27 17:49:04 +0000 |
commit | 115c12a0546fb6e9db44cf2697a3acf3ea9955e0 (patch) | |
tree | 7e640d5bb3b18e7fa04f9956cb079f1bf6caf705 /mcp | |
parent | 03fd6c28b0fcc522816da8d59acfb53e07006307 (diff) | |
parent | f8322ce158dab307290aecb95864d86b0e88fb20 (diff) |
Merge "[baremetal] Retry cinder.controller on failure" into stable/euphrates
Diffstat (limited to 'mcp')
-rwxr-xr-x | mcp/config/states/openstack_ha | 2 |
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 |