diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-15 20:00:59 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-09-15 20:00:59 +0200 |
commit | f915ff044fc6330db6e0971f49af1b44509c9cfb (patch) | |
tree | 16ef560a74bfd8706f4218d9e784697b1421960b | |
parent | 02a8f28965109c5c580f4764742382bc1df55762 (diff) |
infra: Fix ownerships for successful runs as well
Change-Id: I11b73104b5a80351537109fcb504bb250c641220
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-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 |