Match cassandra_compaction_throughput with fab settings

Change-Id: I0b93ad781f0b20e2d48d5611c03dcb344cdb9dc7
Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
This commit is contained in:
Illia Polliul 2016-10-09 20:16:24 +03:00
parent 4c14764505
commit 66533163c3
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class contrail {
# Custom mount point for contrail-db
$cassandra_path = '/var/lib/contrail_db'
$cassandra_compaction_throughput = pick($settings['cassandra_compaction_throughput'], '16')
$cassandra_compaction_throughput = pick($settings['cassandra_compaction_throughput'], '96')
# Control of automatic services startup
$service_ensure = hiera('upgrade',false) ? {