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 <pabelanger@redhat.com>
This commit is contained in:
parent
63ba008b0c
commit
b3424363cd
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user