Merge "Upload validations to swift on undercloud install"

This commit is contained in:
Zuul 2018-06-14 17:32:45 +00:00 committed by Gerrit Code Review
commit 305d83ec7c
1 changed files with 3 additions and 0 deletions

View File

@ -139,5 +139,8 @@ if [ "$(hiera mistral_api_enabled)" = "true" ]; then
if [ "$(hiera enable_validations)" = "true" ]; then
echo Execute copy_ssh_key validations
openstack workflow execution create tripleo.validations.v1.copy_ssh_key
echo Upload validations to Swift
openstack action execution run tripleo.validations.upload
fi
fi