Merge "Remove SSH public key from nodepool_launcher.pp"

This commit is contained in:
Jenkins 2017-02-21 16:01:11 +00:00 committed by Gerrit Code Review
commit edca76ff34
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,
}