Merge "ceph 'replace failed osd' pipeline cleanup, use upmap while disk replacement"
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') {