From 21cc5addf2e67be4e5a42a78acf2e8fd4b33c464 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 14 Apr 2023 17:06:27 +0200 Subject: [PATCH] Update git submodules * Update openstack-ansible-os_nova from branch 'master' to cb62372a31da4633525977bf93cfa952a7531108 - Move online_data_migrations to post-setup According to nova rolling upgrade process [1], online_data_migrations should run once all the services are running the latest version of the code and were restarted. With that, we should move online migrations after handlers being flushed, when all services are restarted. At the same time, nova-status upgrade check must run before services are restarted to the new version, as service restart might lead to service breakage if upgrade check fails [2]. It makes no sense to run upgrade check when upgrade is fully finished. [1] https://docs.openstack.org/nova/latest/admin/upgrades.html#rolling-upgrade-process [2] https://docs.openstack.org/nova/latest/cli/nova-status.html#upgrade Change-Id: Ic681f73a09bb0ac280c227f85c6e79b31fd3429a --- 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 94690a06da..cb62372a31 160000 --- a/openstack-ansible-os_nova +++ b/openstack-ansible-os_nova @@ -1 +1 @@ -Subproject commit 94690a06dac367d036c0aea82ba2cd278763b2e1 +Subproject commit cb62372a31da4633525977bf93cfa952a7531108