Pin virtalenv to 1.10.1

1.11 will not work because of https://github.com/pypa/virtualenv/issues/521

Change-Id: Ie8201734045a4a559e0249a214e200983fe8bd17
This commit is contained in:
James E. Blair 2014-01-02 10:22:34 -08:00
parent 1ea79a8bb6
commit 20cd18a432

View File

@ -53,7 +53,7 @@ class openstack_project::base(
include pip
package { 'virtualenv':
ensure => latest,
ensure => '1.10.1',
provider => pip,
require => Class['pip'],
}