devstack: fix service name in global check

Change-Id: I7a8bc9ef392d7372f11fc8b3621c80c09b441a66
This commit is contained in:
Julien Danjou 2016-07-05 10:49:26 +02:00
parent 1c36ba5c15
commit 4758fe4793
1 changed files with 1 additions and 1 deletions

View File

@ -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"