Get rid of ConfigParser code in ProviderConfiguration
We may be unable to get rid of this code, but at least we can make it slimmer and more oslo_config friendly. This patch also fixes an issue where plain ConfigParser cannot handle config options with the same name under same section. Related-bug: #1492069 Change-Id: I596613eb7b2fc3e894a3c1cc7b7cb24d7137cbc5changes/98/225298/5
parent
e95904060a
commit
522b278963
@ -0,0 +1,3 @@
|
||||
[service_providers]
|
||||
service_provider=foo
|
||||
service_provider=bar
|
Loading…
Reference in New Issue