Remove nodepool_builder::image_log_document_root

This arugment doesn't do anything in ::nodepool::builder, and is being
removed.

Depends-On: https://review.openstack.org/543669
Change-Id: I3eaa8ae0cbb3ed039726d3ca47dc81332539f889
This commit is contained in:
Ian Wienand 2018-02-13 12:16:31 +11:00
parent 3eacddb2d7
commit 6c8ebce346
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,