diff options
author | Chris Behrens <cbehrens@codestud.com> | 2012-11-15 22:07:55 +0000 |
---|---|---|
committer | Chris Behrens <cbehrens@codestud.com> | 2012-11-15 23:03:04 +0000 |
commit | e374fb03899a8dd1b143abda65f679b411e26e5b (patch) | |
tree | 82d30f409be305e2fcbfd83c74556342441e29fc /bin/nova-api-metadata | |
parent | dd0a268e6b03fd097da9b43d3b21a42ab928e1c8 (diff) | |
download | nova-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-metadata')
-rwxr-xr-x | bin/nova-api-metadata | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/nova-api-metadata b/bin/nova-api-metadata index f50e5ce84..e7cac260d 100755 --- a/bin/nova-api-metadata +++ b/bin/nova-api-metadata @@ -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 |