Remove nova.flags imports from bin/*

nova.flags is no longer needed except to load nova config options shared
across multiple daemons.

This removes nova.flags from the bin programs and makes sure that
nova.flags is imported in nova.config for now.

Change-Id: If066ac0070387bee4b41e6a78ad972f7a0955c75
This commit is contained in:
Chris Behrens
2012-11-15 22:07:55 +00:00
parent b781ca61d2
commit 5677a32c49
18 changed files with 0 additions and 18 deletions

View File

@@ -33,7 +33,6 @@ if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
from nova import config
from nova.consoleauth import manager
from nova import flags
from nova.openstack.common import log as logging
from nova import service