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
This commit is contained in:
Slawek Kaplonski 2025-02-02 10:32:26 +01:00
parent e0caea10bc
commit ec28e4caff

@ -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
fi