User latest openstackclient in cleanup job
PROD-32324
Change-Id: Ic2c7bbc3f8f2045946b129c195e88a8db5c5c081
diff --git a/cleanup-pipeline.groovy b/cleanup-pipeline.groovy
index 001e6c0..08c4a96 100644
--- a/cleanup-pipeline.groovy
+++ b/cleanup-pipeline.groovy
@@ -40,7 +40,7 @@
stage('Install environment') {
if (STACK_TYPE == 'heat') {
- def openstackVersion = OPENSTACK_API_CLIENT ? OPENSTACK_API_CLIENT : 'liberty'
+ def openstackVersion = OPENSTACK_API_CLIENT ? OPENSTACK_API_CLIENT : 'latest'
openstack.setupOpenstackVirtualenv(venv_path, openstackVersion)
} else if (STACK_TYPE == 'aws') {