Merge "Allow scheduler_available_filter to be customizable"

This commit is contained in:
Jenkins 2016-08-25 23:31:50 +00:00 committed by Gerrit Code Review
commit c58ed3b63e
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,10 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
NovaSchedulerAvailableFilters:
default: []
description: List of scheduler available filters
type: comma_delimited_list
resources:
NovaBase:
@ -36,5 +40,6 @@ outputs:
map_merge:
- get_attr: [NovaBase, role_data, config_settings]
- nova::scheduler::filter::ram_allocation_ratio: '1.0'
nova::scheduler::filter::scheduler_available_filters: {get_param: NovaSchedulerAvailableFilters}
step_config: |
include tripleo::profile::base::nova::scheduler