From 48223577130b38c485f0a4d81da4013935bd4fdd Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Tue, 8 Aug 2023 17:50:19 +0200 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to 7000bc3f3f401c1f3557d074bae197513c977464 - Deprecate nova_ram_weight_multiplier Long time ago a variable `nova_ram_weight_multiplier` was implemented and its default value was set to 5.0. There are 2 issues with this: 1. Default value in nova is 1.0 [1] so our value is much bigger than nova's default without having a strong reason for that. 2. OSA does not provide similar variables for other multipliers like `cpu_weight_multiplier`. Because there are a couple of different multipliers and more of them can be implemented in the future(for ex. `hypervisor_version_weight_multiplier` was implemented in 2023.2) it would be hard for the OSA project to maintain variables for all of them. It is better to deprecate `nova_ram_weight_multiplier` and let users define multipliers with `nova_nova_conf_overrides` if necessary. [1] https://docs.openstack.org/nova/2023.1/configuration/config.html#filter_scheduler.ram_weight_multiplier Change-Id: I4f82840e94312d38696e3ddd05ef494821233f4d --- openstack-ansible-os_nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible-os_nova b/openstack-ansible-os_nova index c90a5c2b92..7000bc3f3f 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit c90a5c2b927b955aaa82d78e65548423b24f2ecc +Subproject commit 7000bc3f3f401c1f3557d074bae197513c977464