devstack: Move container build to stack extra

Without this, the devstack container plugin would do the docker
configuration after we build instead of before. This changes the
order into the right one.

Change-Id: Idf2c781591f938a02991af4b7991da19a92e03f2
Signed-off-by: Antoni Segura Puimedon <celebdor@gmail.com>
This commit is contained in:
Antoni Segura Puimedon 2018-08-01 22:25:39 +02:00
parent a8ff6c4cad
commit 1cdf234ed5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function install_kuryr_tempest_plugin {
setup_dev_lib "kuryr-tempest-plugin"
}
if [[ "$1" == "stack" && "$2" == "install" ]]; then
if [[ "$1" == "stack" && "$2" == "extra" ]]; then
echo_summary "Building kuryr/demo test container"
build_test_container
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then