database settings
This commit is contained in:
9
roles/os-database.rb
Normal file
9
roles/os-database.rb
Normal 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" => "%"
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user