From b3424363cdf41c3c722811544af0ca1953f4d0fa Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 1 Jun 2017 11:36:10 -0400 Subject: [PATCH] Bump virtualenv to 15.1.0 Due to a bad puppet-pip patch that I have merged, it was possible for our virtualenv python installs to be switch to python3. As a result, now we have a mix of virtualenv versions under python2 and python3 for our control plane. As a result, bump virtualenv to the latest version so we can reset the base versions across all our servers. Change-Id: I9f2819b697dcffddc9ca7c06bfcf72766ec86d40 Signed-off-by: Paul Belanger --- modules/openstack_project/manifests/server.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/server.pp b/modules/openstack_project/manifests/server.pp index ea4d0312cb..811bc5d0df 100644 --- a/modules/openstack_project/manifests/server.pp +++ b/modules/openstack_project/manifests/server.pp @@ -244,7 +244,7 @@ class openstack_project::server ( ########################################################### # Manage python/pip - $desired_virtualenv = '13.1.0' + $desired_virtualenv = '15.1.0' class { '::pip': index_url => $pypi_index_url, optional_settings => {