Start nodepool in the test-config phase

test-config is a devstack plugin phase that runs at the very end. That's
much more what we want, and allows us to continue running the services
using the devstack functions.

Change-Id: I1bdfb23d0ba2c988e367cd13171a59398a3b9c71
This commit is contained in:
Monty Taylor 2017-01-31 14:20:47 -06:00
parent 12d3caf560
commit 7c217682a4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ if is_service_enabled nodepool; then
echo_summary "Configuring nodepool"
configure_nodepool
elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
# Initialize and start the nodepool service
echo_summary "Initializing nodepool"
start_nodepool