X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fodl-openstack-cleanup-old-images.sh;h=01e420dde66d9d30d6a91fa87ed01ffa8fc4891a;hb=bc6f63e7a168cde22176b8426a4d65eca8f512ed;hp=db639d1a4dca5e3b7e13b209dd7a1bd4895c592f;hpb=fee730e378c29833969b49e210a26ed5414279eb;p=releng%2Fbuilder.git diff --git a/jjb/odl-openstack-cleanup-old-images.sh b/jjb/odl-openstack-cleanup-old-images.sh index db639d1a4..01e420dde 100644 --- a/jjb/odl-openstack-cleanup-old-images.sh +++ b/jjb/odl-openstack-cleanup-old-images.sh @@ -11,6 +11,6 @@ # Removes openstack images older than 30 days in the cloud echo "---> Cleanup old images" -# shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091 -source "/tmp/v/lftools/bin/activate" +# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 +source "/tmp/v/openstack/bin/activate" lftools openstack --os-cloud vex image cleanup --days=30