Add python-lxml to puppetmaster
Python-cinderclient from pip requires it. Change-Id: I4229b05a8eeaf7945fac936c4ea562f6a579c60b
This commit is contained in:
parent
53a05fac12
commit
b530b9d156
@ -94,10 +94,14 @@ class openstack_project::puppetmaster (
|
||||
package { ['python-cinderclient', 'python-novaclient']:
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
require => Package['python-lxml'],
|
||||
}
|
||||
package { 'python-paramiko':
|
||||
ensure => present,
|
||||
}
|
||||
package { 'python-lxml':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
# Enable puppetdb
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user