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:
committed by
Joshua Hesketh
parent
1dcd4c950b
commit
0656d9fc0f
@@ -20,7 +20,6 @@ class openstackci::nodepool_launcher (
|
|||||||
$nodepool_ssh_private_key = undef,
|
$nodepool_ssh_private_key = undef,
|
||||||
$mysql_root_password = '',
|
$mysql_root_password = '',
|
||||||
$mysql_password = '',
|
$mysql_password = '',
|
||||||
$nodepool_ssh_public_key = undef,
|
|
||||||
$git_source_repo = 'https://git.openstack.org/openstack-infra/nodepool',
|
$git_source_repo = 'https://git.openstack.org/openstack-infra/nodepool',
|
||||||
$revision = 'master',
|
$revision = 'master',
|
||||||
$statsd_host = '',
|
$statsd_host = '',
|
||||||
@@ -50,7 +49,6 @@ class openstackci::nodepool_launcher (
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { '::nodepool::launcher':
|
class { '::nodepool::launcher':
|
||||||
nodepool_ssh_public_key => $nodepool_ssh_public_key,
|
|
||||||
statsd_host => $statsd_host,
|
statsd_host => $statsd_host,
|
||||||
launcher_logging_conf_template => $launcher_logging_conf_template,
|
launcher_logging_conf_template => $launcher_logging_conf_template,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user