Disable clear containers by default

ENABLE_CLEAR_CONTAINER should be set to false by default as they're
relying on third party repos which could break devstack installation at
some point.

Change-Id: I99b26650f6c68e8563dcde589bda7ccdc6a19a46
This commit is contained in:
Daniel Mellado 2018-01-25 12:43:37 +00:00
parent f4b1a02959
commit 83acf1400e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Devstack settings
CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker}
ENABLE_CLEAR_CONTAINER=${ENABLE_CLEAR_CONTAINER:-true}
ENABLE_CLEAR_CONTAINER=${ENABLE_CLEAR_CONTAINER:-false}
# Enable container services
enable_service container