2017-04-13 00:56:04 -04:00
|
|
|
# Devstack settings
|
|
|
|
|
|
2018-11-27 12:51:48 +01:00
|
|
|
# Supported options are "docker" and "crio".
|
2017-04-13 00:56:04 -04:00
|
|
|
CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker}
|
2018-01-25 12:43:37 +00:00
|
|
|
ENABLE_CLEAR_CONTAINER=${ENABLE_CLEAR_CONTAINER:-false}
|
2018-04-10 16:19:58 +08:00
|
|
|
ENABLE_LIVE_RESTORE=${ENABLE_LIVE_RESTORE:-false}
|
2019-01-29 09:40:31 +08:00
|
|
|
ENABLE_IPV6=${ENABLE_IPV6:-false}
|
2017-04-13 00:56:04 -04:00
|
|
|
|
|
|
|
|
# Enable container services
|
|
|
|
|
enable_service container
|