From 54330f4ff66eee2242762f6f97731c08d5721578 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 11 Jan 2021 22:19:14 +0000 Subject: [PATCH] Update git submodules * Update nova from branch 'master' to e6f5e814050a19d6f027037424556b2889514ec3 - Merge "api: Drop statistics-style fields from os-hypervisors" - api: Drop statistics-style fields from os-hypervisors Introduce API microversion 2.88, which makes the following changes to a number of 'os-hypervisors'. Specifically, the following fields are dropped from both the '/os-hypervisors/detail' (detailed list) and '/os-hypervisors/{hypervisor_id}' (show) APIs: - current_workload - cpu_info - vcpus - vcpus_used - free_disk_gb - local_gb - local_gb_used - disk_available_least - free_ram_mb - memory_mb - memory_mb_used - running_vms In addition, the '/os-hypervisors/statistics' API, which provided a summary of the above stats but for all hypervisors in the deployment, is dropped entirely. Finally, the '/os-hypervisors/{hypervisor}/uptime' API, which provided a similar response to the '/os-hypervisors/{hypervisor}' API but with an additional 'uptime' field, has been removed in favour of including this field in the primary '/os-hypervisors/{hypervisor}' API. A small tweak to 'tox.ini' that allows us to share some venvs is included. Part of blueprint modernize-os-hypervisors-api Change-Id: I515e484ade6c6455f82a3067940a418a0d7d965a Signed-off-by: Stephen Finucane --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 362fbaa236..e6f5e81405 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 362fbaa2367dcfef7e144d9c2764084efafff4ef +Subproject commit e6f5e814050a19d6f027037424556b2889514ec3