diff options
author | Steven Hardy <shardy@redhat.com> | 2016-11-01 11:15:38 +0000 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-11-01 11:15:38 +0000 |
commit | eb34d8cfc035e019a4e017f1b958414737a3fccc (patch) | |
tree | 97fb72a3d6cf6515471f319cff4fd1566a34139f | |
parent | 3c76dac14d474e0ae08e84da340036b92b539043 (diff) |
Change nova ram_allocation_ratio to match puppet-nova
The interface for this moved to init.pp, the one we currently
use now only outputs a warning, it doesn't actually set anything.
Change-Id: Idc40cf0dc4ff0f598e0918e0de8b3233b524cdd5
Closes-Bug: 1638254
-rw-r--r-- | puppet/services/nova-scheduler.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/nova-scheduler.yaml b/puppet/services/nova-scheduler.yaml index d89e3e11..d4e5fff6 100644 --- a/puppet/services/nova-scheduler.yaml +++ b/puppet/services/nova-scheduler.yaml @@ -58,7 +58,7 @@ outputs: config_settings: map_merge: - get_attr: [NovaBase, role_data, config_settings] - - nova::scheduler::filter::ram_allocation_ratio: '1.0' + - nova::ram_allocation_ratio: '1.0' nova::scheduler::filter::scheduler_available_filters: {get_param: NovaSchedulerAvailableFilters} nova::scheduler::filter::scheduler_default_filters: {get_param: NovaSchedulerDefaultFilters} step_config: | |