Add python-novaclient to jenkins master.

The devstack gate scripts now use this instead of libcloud.

Change-Id: I9e8a50712264d66243f125c1b2dc31e85a5fab1c
This commit is contained in:
James E. Blair 2012-03-28 14:38:55 -07:00
parent a916a7116d
commit 53555159ec

View File

@ -108,7 +108,7 @@ class jenkins_master($site, $serveradmin, $logo) {
notify => Service["versions"] notify => Service["versions"]
} }
package { "apache-libcloud": package { "python-novaclient":
ensure => latest, ensure => latest,
provider => pip, provider => pip,
require => Package[python-pip] require => Package[python-pip]