diff --git a/extraconfig/post_deploy/undercloud_post.sh b/extraconfig/post_deploy/undercloud_post.sh index bd5a6402a1..229520b0f7 100755 --- a/extraconfig/post_deploy/undercloud_post.sh +++ b/extraconfig/post_deploy/undercloud_post.sh @@ -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