summaryrefslogtreecommitdiffstats
path: root/bin/nova-api
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2012-11-15 22:07:55 +0000
committerChris Behrens <cbehrens@codestud.com>2012-11-15 23:03:04 +0000
commite374fb03899a8dd1b143abda65f679b411e26e5b (patch)
tree82d30f409be305e2fcbfd83c74556342441e29fc /bin/nova-api
parentdd0a268e6b03fd097da9b43d3b21a42ab928e1c8 (diff)
downloadnova-e374fb03899a8dd1b143abda65f679b411e26e5b.tar.gz
nova-e374fb03899a8dd1b143abda65f679b411e26e5b.tar.xz
nova-e374fb03899a8dd1b143abda65f679b411e26e5b.zip
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
Diffstat (limited to 'bin/nova-api')
-rwxr-xr-xbin/nova-api1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/nova-api b/bin/nova-api
index 776152e43..5bb7f31b7 100755
--- a/bin/nova-api
+++ b/bin/nova-api
@@ -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