diff options
-rwxr-xr-x | jjb/infra/openstack-bifrost-verify.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/infra/openstack-bifrost-verify.sh b/jjb/infra/openstack-bifrost-verify.sh index c17cb8861..12b419e8f 100755 --- a/jjb/infra/openstack-bifrost-verify.sh +++ b/jjb/infra/openstack-bifrost-verify.sh @@ -55,6 +55,9 @@ cd /opt/bifrost cd /opt/bifrost ./scripts/test-bifrost-deployment.sh +# fix the ownerships so stuff works even with successful runs +fix_ownership + # list the provisioned VMs cd /opt/bifrost source env-vars |