Change nova ram_allocation_ratio to match puppet-nova
authorSteven Hardy <shardy@redhat.com>
Tue, 1 Nov 2016 11:15:38 +0000 (11:15 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 1 Nov 2016 11:15:38 +0000 (11:15 +0000)
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

puppet/services/nova-scheduler.yaml

index d89e3e1..d4e5fff 100644 (file)
@@ -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: |