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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user