diff --git a/nova/api/openstack/compute/services.py b/nova/api/openstack/compute/services.py index 2b1e3fae61..6deb84a7f1 100644 --- a/nova/api/openstack/compute/services.py +++ b/nova/api/openstack/compute/services.py @@ -306,7 +306,8 @@ class ServiceController(wsgi.Controller): # get_all_host() above will raise, as there are no longer # any compute node records for the host. Catch it here and # continue to allow compute service deletion. - pass + LOG.info('Deleting compute service with no associated ' + 'compute nodes.') aggrs = self.aggregate_api.get_aggregates_by_host(context, service.host)