change default value for number of replicas

The default value for the elasticsearch number of replicas is set to 1

Change-Id: I36fdfd0cc158be3dfd20b29fa0739bc849af40d0
(cherry picked from commit 8428c2d0d9)
This commit is contained in:
Fabrizio Vanni 2015-11-26 17:37:29 +00:00 committed by Pierre-Arthur MATHIEU
parent 75cf6cc0ba
commit e6a307af75
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ from freezer_api.common import db_mappings
DEFAULT_CONF_PATH = '/etc/freezer-api.conf'
DEFAULT_ES_SERVER_PORT = 9200
DEFAULT_INDEX = 'freezer'
DEFAULT_REPLICAS = 2
DEFAULT_REPLICAS = 1
class MergeMappingException(Exception):

View File

@ -1,7 +1,7 @@
[metadata]
name = freezer-api
version = 1.1.6
version = 1.1.7
summary = OpenStack Backup and Restore Service
description-file =