include openstack_project for jenkins public key

We need to include opentack_project on nodepool.o.o so we can
reference the jenkins vars for the public SSH key.

Change-Id: I3aaaaf711917eabdaf5dc7ce4313c05fea22c7ce
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-26 16:51:37 -04:00
parent b98c94a192
commit 28b4b9070e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -769,6 +769,8 @@ node 'nodepool.openstack.org' {
iptables_public_tcp_ports => [80],
}
include openstack_project
class { '::openstackci::nodepool':
vhost_name => 'nodepool.openstack.org',
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',