aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/nova
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-30 12:53:18 +0000
committerGerrit Code Review <review@openstack.org>2016-06-30 12:53:18 +0000
commit3747f6ddea935fe3682b1ee57c48fbf51caadacc (patch)
tree115176226c70aa93d52e781ad4cac20a38a46535 /manifests/profile/base/nova
parent21e14de71ba52208c29d43294b4b5e2d2099a7e1 (diff)
parent0fc94f1266ea1b5aebb2a8eec1679135c23b97cd (diff)
Merge "Nova API and Neutron server should run database creation in step 3"
Diffstat (limited to 'manifests/profile/base/nova')
-rw-r--r--manifests/profile/base/nova/api.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/profile/base/nova/api.pp b/manifests/profile/base/nova/api.pp
index 4064b1e..3b36c57 100644
--- a/manifests/profile/base/nova/api.pp
+++ b/manifests/profile/base/nova/api.pp
@@ -34,10 +34,9 @@ class tripleo::profile::base::nova::api (
include ::tripleo::profile::base::nova
- if $step >= 2 and $sync_db {
+ if $step >= 3 and $sync_db {
include ::nova::db::mysql
include ::nova::db::mysql_api
- Exec<| title == 'galera-ready'|> -> Anchor['nova::db::begin']
}
if $step >= 4 or ($step >= 3 and $sync_db) {