Merge "Update review.o.o IP addresses in Zuul ssh config"

This commit is contained in:
Jenkins 2015-03-24 06:20:09 +00:00 committed by Gerrit Code Review
commit dd3563b4b2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class openstack_project::zuul_prod(
owner => 'zuul',
group => 'zuul',
mode => '0600',
content => "review.openstack.org,23.253.232.87,2001:4800:7815:104:3bc3:d7f6:ff03:bf5d ${gerrit_ssh_host_key}",
content => "review.openstack.org,104.130.159.134,2001:4800:7818:102:be76:4eff:fe05:9b12 ${gerrit_ssh_host_key}",
replace => true,
require => File['/home/zuul/.ssh'],
}