From 9f3d2a19a2b636e88f3d2b50327bf907de282164 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 21 Feb 2017 08:37:16 -0500 Subject: [PATCH] Remove SSH public key from nl01.o.o We don't need this for nodepool-launcher, as image builds now happen on nodepool-builder (nb01.o.o / nb02.o.o). Change-Id: I1318805b466be9416f162280766da14b08998df5 Signed-off-by: Paul Belanger --- manifests/site.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index c2d49d13ca..bc2e9f526b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -977,7 +977,6 @@ node /^nl\d+\.openstack\.org$/ { include openstack_project class { '::openstackci::nodepool_launcher': - nodepool_ssh_public_key => hiera('zuul_worker_ssh_public_key_contents'), nodepool_ssh_private_key => hiera('zuul_worker_ssh_private_key_contents'), project_config_repo => 'https://git.openstack.org/openstack-infra/project-config', oscc_file_contents => $clouds_yaml,