++ grep -v nova-compute ++ openstack compute service list -f value ++ grep down ++ true + DISABLED_SVC= + '[' '!' -z '' ']' ++ openstack compute service list -f value -c Binary ++ sort ++ uniq ++ grep -v '^nova-compute$' + NOVA_SERVICES_TO_CLEAN='nova-conductor nova-scheduler' + for NOVA_SERVICE in ${NOVA_SERVICES_TO_CLEAN} ++ openstack compute service list --service nova-conductor -f json ++ jq -r '.[] | select(.State == "down") | .ID' + DEAD_SERVICE_IDS= + for NOVA_SERVICE in ${NOVA_SERVICES_TO_CLEAN} ++ openstack compute service list --service nova-scheduler -f json ++ jq -r '.[] | select(.State == "down") | .ID' + DEAD_SERVICE_IDS=