From 252c327d385ef99ed04bfc4ddf8f05b22418d062 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 18 Jan 2024 20:16:10 +0100 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to 5300fcea9d0f03d0efae24048ea943dcd8f0863e - Run ceph_client when cinder uses Ceph In usecases where only cinder is using ceph we currently do not execute ceph_client role, which makes nodes failing to spawn instances from RBD volumes. Sample usecase where Glance might be using Swift and it might be desired to use local storage for Nova ephemeral drives, but cinder spawning volumes on Ceph Currently this can be workarounded with setting `nova_rbd_inuse: True` but at the same time `nova_libvirt_images_rbd_pool: ''`, though this is counter-intuitive and this patch aims to improve this. Change-Id: I412d1e9ccb51f0cd33a98333bfa1a01510867fbe --- 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 5a533aae23..5300fcea9d 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit 5a533aae238638a7af50c75d334f67215fe2142f +Subproject commit 5300fcea9d0f03d0efae24048ea943dcd8f0863e