Add space at end of target_services to fix partial-ncpu test

Add space at end of TARGET_SERVICES, so when we append services to it
the first two don't get concatenated together.

Change-Id: Iac7025eb70f35746534029dc4bb174f265988416
This commit is contained in:
Joe Gordon 2014-03-02 19:50:46 -08:00
parent 8fdd3db95d
commit a70abf38ac
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ if ! [[ "$DO_NOT_UPGRADE_SERVICES" =~ "n-cpu" ]]; then
# only check for compute in base if we aren't supposed to shut it down
BASE_SERVICES+=" nova-compute"
else
TARGET_SERVICES="nova-compute"
TARGET_SERVICES="nova-compute "
fi
TARGET_SERVICES+=$BASE_SERVICES