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 dd0a268e6b
commit e374fb0389
18 changed files with 0 additions and 18 deletions

View File

@ -41,7 +41,6 @@ if os.path.exists(os.path.join(possible_topdir, "nova", "__init__.py")):
from nova import config
from nova import flags
from nova.objectstore import s3server
from nova.openstack.common import log as logging
from nova import service

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -43,7 +43,6 @@ gettext.install('nova', unicode=1)
from nova import config
from nova import context
from nova import exception
from nova import flags
from nova.openstack.common import cfg
from nova.openstack.common import log as logging
from nova.openstack.common import rpc

View File

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

View File

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

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

View File

@ -38,7 +38,6 @@ gettext.install('nova', unicode=1)
from nova import config
from nova import context
from nova import db
from nova import flags
from nova.network import linux_net
from nova.network import rpcapi as network_rpcapi
from nova.openstack.common import importutils

View File

@ -78,7 +78,6 @@ from nova import context
from nova import db
from nova.db import migration
from nova import exception
from nova import flags
from nova.openstack.common import cfg
from nova.openstack.common import importutils
from nova.openstack.common import log as logging

View File

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

View File

@ -31,7 +31,6 @@ import websockify
from nova import config
from nova.consoleauth import rpcapi as consoleauth_rpcapi
from nova import context
from nova import flags
from nova.openstack.common import cfg
from nova.openstack.common import log as logging
from nova.openstack.common import rpc

View File

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

View File

@ -34,7 +34,6 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'nova', '__init__.py')):
from nova import config
from nova import exception
from nova import flags
from nova.openstack.common import log as logging
from nova.openstack.common import rpc
from nova.openstack.common.rpc import impl_zmq

View File

@ -37,7 +37,6 @@ if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')):
gettext.install('nova', unicode=1)
from nova import config
from nova import flags
from nova.openstack.common import log as logging
from nova import service
from nova import utils

View File

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