Merge "neutron-db-manage finds automatically config file"

This commit is contained in:
Jenkins 2014-11-07 22:26:29 +00:00 committed by Gerrit Code Review
commit 99d06e0645

View File

@ -172,6 +172,6 @@ def main():
# attach the Neutron conf to the Alembic conf
config.neutron_config = CONF
CONF()
CONF(project='neutron')
#TODO(gongysh) enable logging
CONF.command.func(config, CONF.command.name)