From e374fb03899a8dd1b143abda65f679b411e26e5b Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Thu, 15 Nov 2012 22:07:55 +0000 Subject: 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 --- bin/nova-api | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/nova-api') 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 -- cgit