Allow more then just 127.0.0.1 connect to the cinder db
This commit is contained in:
parent
cab7a28567
commit
14c6a04782
@ -9,17 +9,18 @@ class {"keystone::db::mysql":
|
||||
}
|
||||
|
||||
class {"glance::db::mysql":
|
||||
allowed_hosts => "%%",
|
||||
password => "glance_default_password",
|
||||
allowed_hosts => "%%",
|
||||
}
|
||||
|
||||
class {"nova::db::mysql":
|
||||
allowed_hosts => "%%",
|
||||
password => "nova_default_password",
|
||||
allowed_hosts => "%%",
|
||||
}
|
||||
|
||||
class {"cinder::db::mysql":
|
||||
password => "cinder_default_password",
|
||||
allowed_hosts => "%%",
|
||||
}
|
||||
|
||||
firewall { '001 mysql incomming':
|
||||
|
Loading…
x
Reference in New Issue
Block a user