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:
parent
7d1e82b384
commit
83fe8878bf
@ -31,7 +31,7 @@ class openstack_project::proposal_slave (
|
|||||||
package { ['Babel', 'pyopenssl', 'ndg-httpsclient', 'pyasn1',
|
package { ['Babel', 'pyopenssl', 'ndg-httpsclient', 'pyasn1',
|
||||||
'pyyaml', 'requestsexceptions']:
|
'pyyaml', 'requestsexceptions']:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
provider => pip,
|
provider => openstack_pip,
|
||||||
require => Class['pip'],
|
require => Class['pip'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ class openstack_project::puppetmaster (
|
|||||||
# For launch/launch-node.py.
|
# For launch/launch-node.py.
|
||||||
package { 'shade':
|
package { 'shade':
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
provider => pip,
|
provider => openstack_pip,
|
||||||
}
|
}
|
||||||
package { 'python-paramiko':
|
package { 'python-paramiko':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
@ -244,7 +244,7 @@ class openstack_project::template (
|
|||||||
}
|
}
|
||||||
package { 'virtualenv':
|
package { 'virtualenv':
|
||||||
ensure => $virtualenv_ensure,
|
ensure => $virtualenv_ensure,
|
||||||
provider => pip,
|
provider => openstack_pip,
|
||||||
require => Class['pip'],
|
require => Class['pip'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ class openstack_project::thick_slave(
|
|||||||
# for pushing files to swift and uploading to pypi with twine
|
# for pushing files to swift and uploading to pypi with twine
|
||||||
package { 'requests':
|
package { 'requests':
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
provider => pip,
|
provider => openstack_pip,
|
||||||
}
|
}
|
||||||
if ($::osfamily == 'RedHat') {
|
if ($::osfamily == 'RedHat') {
|
||||||
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=973375
|
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=973375
|
||||||
|
Loading…
x
Reference in New Issue
Block a user