Merge "devstack: Move container build to stack extra"

This commit is contained in:
Zuul 2018-08-02 10:04:21 +00:00 committed by Gerrit Code Review
commit 82f4c23a4e
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