database settings

This commit is contained in:
mattray
2012-06-25 12:54:20 -07:00
parent 3a64005290
commit fb2a7b013b

9
roles/os-database.rb Normal file
View File

@@ -0,0 +1,9 @@
name "os-database"
description "Define the database settings you're going to use with OpenStack."
override_attributes(
"mysql" => {
"allow_remote_root" => true,
"root_network_acl" => "%"
}
)