]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
If providers exist in neutron.conf, don't look in services conf
authorDoug Wiegley <dougw@a10networks.com>
Fri, 20 Feb 2015 21:54:03 +0000 (14:54 -0700)
committerDoug Wiegley <dougw@a10networks.com>
Tue, 24 Feb 2015 06:38:00 +0000 (23:38 -0700)
commitfb3138c8d718be67505f247ca776abf15ba1504a
tree514d41d32f283f24dd6282e502af28f1727ddbd2
parentb5edd8c6e330cac1625a041b06918c03c493b91e
If providers exist in neutron.conf, don't look in services conf

Certain tests still put providers into neutron.conf, and upgrade scenarios
will have more correct providers in neutron.conf than the new locations.
If we find providers in neutron.conf, use them in favor of the
split config files during the transition.

Closes-Bug: 1422895
Change-Id: I731f7c80c2df78fa521a5140e450972119f4a105
neutron/services/provider_configuration.py