Remove nova.flags

Now that options have all moved from nova.flags to nova.config, we can
safely remove the nova.flags imports and replace them with nova.config
imports.

Change-Id: Ic077a72dd6419bbf1e1babe71acfa43c4e8b55c8
This commit is contained in:
Mark McLoughlin
2012-11-15 19:41:58 -05:00
parent d5a138205b
commit cf5f0e5402
35 changed files with 7 additions and 60 deletions

View File

@@ -57,7 +57,6 @@ import eventlet
from nova import config
from nova.db import base
from nova import flags
from nova.openstack.common import log as logging
from nova.openstack.common.plugin import pluginmanager
from nova.openstack.common.rpc import dispatcher as rpc_dispatcher