Merge "Switch to using wheel from distro on release"

This commit is contained in:
Jenkins 2015-12-17 02:57:49 +00:00 committed by Gerrit Code Review
commit b8abd674e3

View File

@ -39,16 +39,12 @@ class openstack_project::release_slave (
project_config_repo => $project_config_repo, project_config_repo => $project_config_repo,
} }
include pip
package { 'twine': package { 'twine':
ensure => present, ensure => present,
} }
package { 'wheel': package { 'python-wheel':
ensure => latest, ensure => present
provider => pip,
require => Class['pip'],
} }
class { '::nodejs': class { '::nodejs':