From ec28e4caff89e17653c26202218d5adc60593e62 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Sun, 2 Feb 2025 10:32:26 +0100 Subject: [PATCH] Add neutron-api service to be checked to ensure neutron is enabled Service name "neutron-api" can be used instead of the "q-svc" to enable Neutron API server in the Devstack based deployment. It should be checked by the Grenade to and treated the same way as "q-svc" service. Related-Bug: #2096912 Change-Id: I9e0b3522c87e8f4f89cce0c60da11796525c2f25 --- projects/50_neutron/settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/50_neutron/settings b/projects/50_neutron/settings index 00c4b9cd..e402307d 100644 --- a/projects/50_neutron/settings +++ b/projects/50_neutron/settings @@ -1,5 +1,5 @@ # eventually this conditional will end up at a different level -if is_service_enabled q-svc; then +if is_service_enabled q-svc neutron-api; then register_project_for_upgrade neutron register_db_to_save neutron -fi \ No newline at end of file +fi