diff --git a/neutron/db/migration/cli.py b/neutron/db/migration/cli.py index ca83ecdf2a..96a0da705d 100644 --- a/neutron/db/migration/cli.py +++ b/neutron/db/migration/cli.py @@ -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)