Upodate pip provider to use openstack_pip provider

Change-Id: I727a1233c1a0833e03b4bef1a94f0f470778ee60
Signed-off-by: Philip Marc Schwartz <philip@progmad.com>
This commit is contained in:
Philip Marc Schwartz 2016-06-16 09:25:28 -04:00
parent 7d1e82b384
commit 83fe8878bf
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ class openstack_project::proposal_slave (
package { ['Babel', 'pyopenssl', 'ndg-httpsclient', 'pyasn1',
'pyyaml', 'requestsexceptions']:
ensure => latest,
provider => pip,
provider => openstack_pip,
require => Class['pip'],
}

View File

@ -163,7 +163,7 @@ class openstack_project::puppetmaster (
# For launch/launch-node.py.
package { 'shade':
ensure => latest,
provider => pip,
provider => openstack_pip,
}
package { 'python-paramiko':
ensure => present,

View File

@ -244,7 +244,7 @@ class openstack_project::template (
}
package { 'virtualenv':
ensure => $virtualenv_ensure,
provider => pip,
provider => openstack_pip,
require => Class['pip'],
}

View File

@ -61,7 +61,7 @@ class openstack_project::thick_slave(
# for pushing files to swift and uploading to pypi with twine
package { 'requests':
ensure => latest,
provider => pip,
provider => openstack_pip,
}
if ($::osfamily == 'RedHat') {
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=973375