From 1cd7ba8a2b32bce49e3e8b9468fe69c398337b1e Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Thu, 15 Nov 2012 21:45:59 +0000 Subject: Remove nova.flags imports from scheduler code nova.flags is no longer needed. nova.config is now used. Removes FLAGS and LOG from baremetal_host_manager completely, which doesn't use them. Change-Id: Ia1a4597e28e8ebb8adc5a77b8b006aabe354ac15 --- nova/scheduler/manager.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova/scheduler/manager.py') diff --git a/nova/scheduler/manager.py b/nova/scheduler/manager.py index 77f5a0259..3ef2992fb 100644 --- a/nova/scheduler/manager.py +++ b/nova/scheduler/manager.py @@ -30,7 +30,6 @@ from nova import config import nova.context from nova import db from nova import exception -from nova import flags from nova import manager from nova import notifications from nova.openstack.common import cfg -- cgit