Docs are wrong for nova::scheduler::filter::scheduler_default_filters

Bug #1354477 reported by Mark T. Voelker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-openstack
In Progress
Undecided
Mark T. Voelker

Bug Description

The docstring for this parameter says that it should be specified as a comma-separated string:

# [*scheduler_default_filters*]
# (optional) A comma separated list of filters to be used by default
# Defaults to false

However the code actually expects an array which it will join into a string:

  if ($scheduler_default_filters) {
    nova_config { 'DEFAULT/scheduler_default_filters': value => join($scheduler_default_filters,',')
    }
  } else {
    nova_config { 'DEFAULT/scheduler_default_filters': ensure => absent
    }
  }

Changed in puppet-openstack:
status: New → In Progress
assignee: nobody → Mark T. Voelker (mvoelker)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.