]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Be compatible with oslo.config 1.2.0a3+
authorDirk Mueller <dirk@dmllr.de>
Mon, 24 Jun 2013 18:56:32 +0000 (20:56 +0200)
committerDirk Mueller <dirk@dmllr.de>
Thu, 11 Jul 2013 10:05:41 +0000 (12:05 +0200)
commitf8e3a5e5877f6099acaa9b8a734df5cb78f3b4ec
treeff35e4c77acd6ccbbd529e1916cb5af9c7dbf446
parent58424dd6166f08c4d246aad1157a20b348d3af45
Be compatible with oslo.config 1.2.0a3+

The private API of oslo.config changed, and the Cisco
options parsing code was using it.
Use an explicit MultiConfigParser instance for parsing
the config files.

Fixes LP Bug #1196084

Change-Id: I7ffcac3c295491fe9ba8abc7e98f33157a48c51b
neutron/plugins/cisco/common/config.py