Move tempest plugin install to the end
When installing the tempest plugin we need to ensure that this is the last thing that gets done in the plugin, otherwise it might collide with container build. Change-Id: Ib16dbbee265c8536806926f62c2e906108ffa88c
This commit is contained in:
parent
ea65d96173
commit
a60c212123
@ -13,6 +13,7 @@ function install_kuryr_tempest_plugin {
|
||||
if [[ "$1" == "stack" && "$2" == "install" ]]; then
|
||||
echo_summary "Building kuryr/demo test container"
|
||||
build_test_container
|
||||
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
|
||||
echo_summary "Installing Kuryr Tempest Plugin"
|
||||
install_kuryr_tempest_plugin
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user