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