fixes lp827070
Change-Id: Iecf4bde054b7fbf9dd88beba62db7821eb164c2b Reviewed-on: https://review.openstack.org/243 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
0d716c1fe1
commit
184a7cd25a
@ -65,7 +65,7 @@ node "gerrit.openstack.org" {
|
||||
|
||||
class { 'iptables':
|
||||
public_tcp_ports => [80, 443, 29418]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
node "gerrit-dev.openstack.org" {
|
||||
@ -81,7 +81,7 @@ node "gerrit-dev.openstack.org" {
|
||||
|
||||
class { 'iptables':
|
||||
public_tcp_ports => [80, 443, 29418]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
node "docs.openstack.org" {
|
||||
@ -208,6 +208,7 @@ node /^quantum(-\d+)?\.slave\.openstack\.org$/ {
|
||||
"python-routes",
|
||||
"python-sqlalchemy",
|
||||
"python-gflags",
|
||||
"python-webtest",
|
||||
"python-webob"]
|
||||
|
||||
package { $slave_packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user