changes logging reference in zone_manager.py
Fixes Bug 886281 Change-Id: Ib0312ecc2a0026a08d37a382144d37d745dea6ce
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user