Add python-novaclient to jenkins master.
The devstack gate scripts now use this instead of libcloud. Change-Id: I9e8a50712264d66243f125c1b2dc31e85a5fab1c
This commit is contained in:
parent
a916a7116d
commit
53555159ec
@ -108,7 +108,7 @@ class jenkins_master($site, $serveradmin, $logo) {
|
||||
notify => Service["versions"]
|
||||
}
|
||||
|
||||
package { "apache-libcloud":
|
||||
package { "python-novaclient":
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
require => Package[python-pip]
|
||||
|
Loading…
Reference in New Issue
Block a user