Merge "Set openstack-health cache_expiration to 5min"
This commit is contained in:
commit
3a694b3d2e
@ -23,8 +23,9 @@ class openstack_project::openstack_health_api (
|
||||
) {
|
||||
include 'openstack_health'
|
||||
class { 'openstack_health::api':
|
||||
db_uri => "mysql+pymysql://${subunit2sql_db_user}:${subunit2sql_db_pass}@${subunit2sql_db_host}/${subunit2sql_db_name}",
|
||||
vhost_name => $hostname,
|
||||
vhost_port => 80,
|
||||
db_uri => "mysql+pymysql://${subunit2sql_db_user}:${subunit2sql_db_pass}@${subunit2sql_db_host}/${subunit2sql_db_name}",
|
||||
vhost_name => $hostname,
|
||||
vhost_port => 80,
|
||||
cache_expiration => 300,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user