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

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