diff --git a/manifests/db.pp b/manifests/db.pp index 16846a1ad..97b4a1404 100644 --- a/manifests/db.pp +++ b/manifests/db.pp @@ -7,7 +7,7 @@ class nova::db( $cluster_id = 'localzone' ) { - # Create the db instance after nova-common if its installed + # Create the db instance before nova-common if its installed Mysql::Db[$name] -> Package<| title == "nova-common" |> # now this requires storedconfigs