From 2083f3ffa55c6860129a5b3200e0f6c0b15c4bad Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 8 May 2015 14:13:16 -0700 Subject: [PATCH] Use latest current virtualenv PyPy jobs are failing and it appears that old pip/setuptools may be to blame. Fix this by pulling in latest current virtualenv which bundles both of these libraries at much newer versions. Change-Id: Iaf5c782f7ec5515469d154a0e2958a051e196d07 --- modules/openstack_project/manifests/template.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/template.pp b/modules/openstack_project/manifests/template.pp index 8fe33879fd..b1b7795335 100644 --- a/modules/openstack_project/manifests/template.pp +++ b/modules/openstack_project/manifests/template.pp @@ -189,7 +189,7 @@ class openstack_project::template ( # Manage python/pip include pip - $desired_virtualenv = '1.11.4' + $desired_virtualenv = '12.1.1' if (( versioncmp($::virtualenv_version, $desired_virtualenv) < 0 )) { $virtualenv_ensure = $desired_virtualenv