diff --git a/devstack/plugin.sh b/devstack/plugin.sh index ce30c690..e7c25e25 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -234,7 +234,7 @@ function stop_panko { } # This is the main for plugin.sh -if is_service_enabled panko; then +if is_service_enabled panko-api; then if [[ "$1" == "stack" && "$2" == "pre-install" ]]; then # Set up other services echo_summary "Configuring system services for Panko"