From: Tim Rozet Date: Tue, 17 May 2016 20:00:07 +0000 (-0400) Subject: Disables OpenStack services not used in OPNFV X-Git-Tag: colorado.1.0~235 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=e2a2aae5d7f8f3bee9404be3334beeac51d9bf5b;p=apex.git Disables OpenStack services not used in OPNFV Disables: - swift - tripleO ring builder - Sahara opnfv-tht-pr: 13 Change-Id: I50c3338f0b071787c277390b39d86a4e42d30a46 Signed-off-by: Tim Rozet --- diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 127a7283..57df2d35 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -3,3 +3,7 @@ parameters: controllerImage: overcloud-full + ControllerEnableSwiftStorage: false + EnableSahara: false + ExtraConfig: + tripleo::ringbuilder::build_ring: False