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
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
# Devstack settings
|
|
|
|
CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker}
|
|
ENABLE_CLEAR_CONTAINER=${ENABLE_CLEAR_CONTAINER:-false}
|
|
|
|
# Enable container services
|
|
enable_service container
|