From 3c99c03da36f64d048177431b7adfa9bfa2c295e Mon Sep 17 00:00:00 2001 From: Kirill Bespalov Date: Tue, 1 Nov 2016 19:19:41 +0300 Subject: [PATCH] Fix 'replicas' section missing in default CONF Change-Id: I4676bc69a2f1eb3611a3a3d05f753fa505926f80 --- fuel_ccp/config/replicas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fuel_ccp/config/replicas.py b/fuel_ccp/config/replicas.py index e17c1eea..23fbb83b 100644 --- a/fuel_ccp/config/replicas.py +++ b/fuel_ccp/config/replicas.py @@ -1,4 +1,5 @@ DEFAULTS = { + 'replicas': {} } SCHEMA = {