From: Michael Polenchuk Date: Wed, 22 Nov 2017 11:38:05 +0000 (+0400) Subject: [virtual] Apply nova controller state twice X-Git-Tag: opnfv-6.0.0~257 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F47659%2F1;p=fuel.git [virtual] Apply nova controller state twice In order to complete broken database sync run nova state on controller one more time. Change-Id: I761f26667ebb531b848a62e096f3d79f588d9f24 Signed-off-by: Michael Polenchuk --- diff --git a/mcp/config/states/openstack b/mcp/config/states/openstack index 19cd41703..369e16504 100755 --- a/mcp/config/states/openstack +++ b/mcp/config/states/openstack @@ -26,7 +26,11 @@ salt -I 'keystone:server' state.sls keystone.client salt -I 'keystone:server' cmd.run ". /root/keystonercv3; openstack service list" salt -I 'glance:server' state.sls glance + +# apply nova state twice to complete broken db sync +salt -I 'nova:controller' state.sls nova salt -I 'nova:controller' state.sls nova + salt -I 'heat:server' state.sls heat salt -I 'cinder:controller' state.sls cinder