Merge "Remove nodepool_builder::image_log_document_root"

This commit is contained in:
Zuul 2018-02-25 23:21:54 +00:00 committed by Gerrit Code Review
commit e84dd711d1
2 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ class openstackci::nodepool (
if (install_nodepool_builder) {
class { '::nodepool::builder':
statsd_host => $statsd_host,
image_log_document_root => $image_log_document_root,
builder_logging_conf_template => $builder_logging_conf_template,
environment => $environment,
build_workers => $build_workers,

View File

@ -73,7 +73,6 @@ class openstackci::nodepool_builder (
class { '::nodepool::builder':
nodepool_ssh_public_key => $nodepool_ssh_public_key,
statsd_host => $statsd_host,
image_log_document_root => $image_log_document_root,
builder_logging_conf_template => $builder_logging_conf_template,
environment => $environment,
build_workers => $build_workers,