restart nova api after openstack control plane installation
Change-Id: Icf94572821a280baab7e0dc130362c16697f93e4
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index f927c2c..d57221f 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -343,6 +343,9 @@
salt.enforceState(saltMaster, 'I@heat:server', 'heat', true)
salt.runSaltProcessStep(saltMaster, 'I@keystone:server', 'cmd.run', ['. /root/keystonerc; heat resource-type-list'], null, true)
+ // Restart nova api
+ salt.runSaltProcessStep(saltMaster, 'I@nova:controller', 'service.restart', ['nova-api'])
+
}
stage('Install OpenStack network') {