fix error in mongodb params

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2014-02-26 17:28:31 +01:00
parent 20f791dfdc
commit 0af8ac3ee7

View File

@ -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