diff --git a/nova/scheduler/zone_manager.py b/nova/scheduler/zone_manager.py index f6d895a5..0410cfb1 100644 --- a/nova/scheduler/zone_manager.py +++ b/nova/scheduler/zone_manager.py @@ -233,7 +233,7 @@ class ZoneManager(object): all_ram = compute['memory_mb'] service = compute['service'] if not service: - LOG.warn(_("No service for compute ID %s") % compute['id']) + logging.warn(_("No service for compute ID %s") % compute['id']) continue host = service['host']