Merge "Use gerrit_zuul_user_ssh_key_contents for zuulv3-dev.o.o"

This commit is contained in:
Jenkins 2017-02-21 13:30:13 +00:00 committed by Gerrit Code Review
commit 04db9abf14
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@ node /^nb\d+\.openstack\.org$/ {
node 'zuulv3-dev.openstack.org' {
$gerrit_server = 'review.openstack.org'
$gerrit_user = 'zuul'
$gerrit_ssh_host_key = hiera('gerrit_ssh_rsa_pubkey_contents')
$gerrit_ssh_host_key = hiera('gerrit_zuul_user_ssh_key_contents')
$zuul_ssh_private_key = hiera('zuul_ssh_private_key_contents')
$zuul_url = "http://${::fqdn}/p"
$git_email = 'zuul@openstack.org'