adding cheetah as dependency to build slave
Change-Id: If3cff3d2f227d227e8b8eaa2dc140c451a2b84fc Reviewed-on: https://review.openstack.org/356 Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
c97ded27d1
commit
c50a80092c
@ -8,7 +8,7 @@ import "doc_server" # TODO: refactor out of module
|
||||
class openstack_base {
|
||||
include ssh
|
||||
include exim
|
||||
|
||||
|
||||
package { "ntp":
|
||||
ensure => installed
|
||||
}
|
||||
@ -209,6 +209,7 @@ node /^quantum(-\d+)?\.slave\.openstack\.org$/ {
|
||||
"python-routes",
|
||||
"python-sqlalchemy",
|
||||
"python-gflags",
|
||||
"python-cheetah",
|
||||
"python-webtest",
|
||||
"python-webob"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user