There are several projects that tried to install docker in different ways. This potentially lead to failure of more than one such services were enabled. This commit consolidate docker installation into a devstack plugin so that other services could depend on it. The initial script was mainly from Kuryr-libnetwork. Kuryr, Fuxi, and Zun might leverage this script to install Docker in the future. Change-Id: I97dbff2f361acc98b12ec6f40ab115c8548477a3
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
# Devstack settings
|
|
|
|
CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker}
|
|
|
|
# Enable container services
|
|
enable_service container
|