]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
neutron-db-manage finds automatically config file
authorJakub Libosvar <libosvar@redhat.com>
Tue, 14 Oct 2014 14:36:02 +0000 (16:36 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Mon, 20 Oct 2014 16:22:40 +0000 (18:22 +0200)
commit0813ab70e87274ee05bcc242cd91991627c2e922
tree4968f6e355bb2af51ff8a45a8f6decb73a2366b9
parent90a9e588052c1f96d9f3f0d63de3bdfa3c5b8656
neutron-db-manage finds automatically config file

This patch lets oslo.config find config file containing connection
string to database by itself. Config file can be overriden by
--config-file cli parameter as it was before, so it is backward
compatible.

Change-Id: Iacbcd65edfe9ef268a0caf80641e0937a99b06a7
Closes-Bug: 1381100
neutron/db/migration/cli.py