Require mysql::python from nova::db
To reduce external dependencies
This commit is contained in:
parent
fb0584db49
commit
a27bc9d42d
@ -7,6 +7,7 @@ class nova::db(
|
|||||||
$cluster_id = 'localzone'
|
$cluster_id = 'localzone'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
require 'mysql::python'
|
||||||
# Create the db instance before openstack-nova if its installed
|
# Create the db instance before openstack-nova if its installed
|
||||||
Mysql::Db[$dbname] -> Anchor<| title == "nova-start" |>
|
Mysql::Db[$dbname] -> Anchor<| title == "nova-start" |>
|
||||||
Mysql::Db[$dbname] ~> Exec<| title == 'initial-db-sync' |>
|
Mysql::Db[$dbname] ~> Exec<| title == 'initial-db-sync' |>
|
||||||
|
Loading…
Reference in New Issue
Block a user