neutron/neutron/tests/etc
Ihar Hrachyshka 263a161fc0 Adopt to config_dir option being a list and not a string
Since oslo.config 3.8.0 (that included
Ibd0566f11df62da031afb128c9687c5e8c7b27ae), config_dir option is a list,
not a string. While our custom provider configuration parser for
multistring options assumes the latter.

It makes all installations that 1) pass at least one --config-dir option
in CLI and 2) enable any service plugin that relies on provider
definitions, to fail to start neutron-server. For example, this affects
any RDO Mitaka installation with *aas service plugins enabled.

Since Newton requires >=3.9.0, we are fine to switch to the list type
without any code to support backwards compatibility with older option
type. For Mitaka backport, we will need to handle both cases.

Mitaka changes:
- support oslo.config 3.7.x series by falling back to using config_dir
  option to extract --config-dir argument value.

Change-Id: I10e399a852d9fba0fd1aea79a10e2e7c906e4b3c
Closes-Bug: #1585102
(cherry picked from commit 7f31ccb7bb)
2016-05-27 16:26:06 +02:00
..
api-paste.ini.test Reorganize unit test tree 2015-04-06 23:28:31 +00:00
neutron.conf Make pep8 job succeed when /etc/neutron/neutron.conf is not installed 2015-06-09 12:50:35 +02:00
neutron_test.conf Get rid of ConfigParser code in ProviderConfiguration 2015-09-21 10:55:56 -07:00
neutron_test2.conf.example Adopt to config_dir option being a list and not a string 2016-05-27 16:26:06 +02:00
policy.json Add API extension for reporting IP availability usage statistics 2016-02-29 05:31:48 +00:00