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 c2d08ecb7f
commit b9c3cb024e
17 changed files with 6 additions and 42 deletions

View File

@@ -26,7 +26,6 @@ from nova import config
from nova import context
from nova import db
from nova import exception
from nova import flags
from nova.openstack.common import timeutils
from nova import test
from nova.tests import matchers