Switch to using twine from packages

It would be great if our release slave wasn't subject to constant
breakage.  We don't need the latest and greatest in tarball http
upload technology, so just use the twine from distro packages.

Change-Id: Iba25ca02c6220e8f54383cc80b8cce287d4dd24a
This commit is contained in:
James E. Blair 2015-12-16 15:58:40 -08:00
parent 7b01ae0c38
commit beabdcd30c

View File

@ -42,9 +42,7 @@ class openstack_project::release_slave (
include pip
package { 'twine':
ensure => latest,
provider => pip,
require => Class['pip'],
ensure => present,
}
package { 'wheel':