fix error in mongodb params
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
20f791dfdc
commit
0af8ac3ee7
@ -478,7 +478,7 @@ XXX
|
|||||||
$ks_ceilometer_public_port = '8777'
|
$ks_ceilometer_public_port = '8777'
|
||||||
$ks_ceilometer_public_proto = 'http'
|
$ks_ceilometer_public_proto = 'http'
|
||||||
$replset_members = $mgmt_internal_ips
|
$replset_members = $mgmt_internal_ips
|
||||||
$mongo_primary = $mgmt_internal_ips[0]
|
$mongo_nodes = $mgmt_internal_ips
|
||||||
|
|
||||||
# Cinder
|
# Cinder
|
||||||
$cinder_db_allowed_hosts = $db_allowed_hosts
|
$cinder_db_allowed_hosts = $db_allowed_hosts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user