X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fodl-openstack-cleanup-old-images.sh;h=01e420dde66d9d30d6a91fa87ed01ffa8fc4891a;hb=7e9491bb72105fa920e96e92458f45d3ec740a6f;hp=db639d1a4dca5e3b7e13b209dd7a1bd4895c592f;hpb=ac07fd07b0f434bf56fa17e18cc8acf9fadd4976;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