diff --git a/devstack/plugin.sh b/devstack/plugin.sh index c1fc154bcc..4a671cf200 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -959,7 +959,7 @@ function install_docker_ubuntu { } function install_docker_fedora { - sudo yum install -y docker + install_package docker sudo systemctl enable docker sudo systemctl start docker }