Remove SSH public key from nodepool_launcher.pp

It turns out we don't need a public key, since we don't build images
on nodepool-launcher.

Depends-On: I1318805b466be9416f162280766da14b08998df5
Change-Id: I4e55bce6332e4b4ee6cf5b0b67637b478ee5ff21
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-21 08:38:57 -05:00 committed by Joshua Hesketh
parent 1dcd4c950b
commit 0656d9fc0f
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ class openstackci::nodepool_launcher (
$nodepool_ssh_private_key = undef,
$mysql_root_password = '',
$mysql_password = '',
$nodepool_ssh_public_key = undef,
$git_source_repo = 'https://git.openstack.org/openstack-infra/nodepool',
$revision = 'master',
$statsd_host = '',
@ -50,7 +49,6 @@ class openstackci::nodepool_launcher (
}
class { '::nodepool::launcher':
nodepool_ssh_public_key => $nodepool_ssh_public_key,
statsd_host => $statsd_host,
launcher_logging_conf_template => $launcher_logging_conf_template,
}