Fixes issue where ceph was being disabled by default 25/26025/1
authorTim Rozet <trozet@redhat.com>
Thu, 15 Dec 2016 15:31:54 +0000 (10:31 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 15 Dec 2016 15:31:54 +0000 (10:31 -0500)
JIRA: APEX-374

Change-Id: Id7509d6c6528310cefc62522d3a90ddee19146a9
Signed-off-by: Tim Rozet <trozet@redhat.com>
lib/python/apex/deploy_settings.py

index 3583646..e2d37c8 100644 (file)
@@ -82,6 +82,8 @@ class DeploySettings(dict):
             if req_set not in deploy_options:
                 if req_set == 'dataplane':
                     self['deploy_options'][req_set] = 'ovs'
+                elif req_set == 'ceph':
+                    self['deploy_options'][req_set] = True
                 else:
                     self['deploy_options'][req_set] = False