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