neutron/neutron/conf
Ihar Hrachyshka a1b49c796e Don't define polling_interval option in two places
The option is currently defined in two places - as a generic agent
option and as a sriov agent specific one. This is a problem now that
oslo.config tracks location where options are defined
(I6dec1e09dcab203c6287f9c56c866f220a42f850) because when unit test
runner imports all modules, it registers the option from those two
separate locations, and since locations are different, it's considered
the options are duplicate, which results in the following error:

DuplicateOptError: duplicate option: polling_interval

To fix the issue, I removed the definition of the option from sriov
module and made sure the common agent options are registered whenever
the sriov module is imported.

Change-Id: I485532692f4b3a5804885e0325a8352fe6b1aa65
Closes-Bug: #1759345
2018-03-27 11:38:39 -07:00
..
agent use DVR constants from neutron-lib 2018-02-23 09:17:02 -07:00
db Refactoring db config options 2017-10-04 15:42:50 -04:00
extensions Refactoring config options for extension opts 2016-08-05 20:36:08 +00:00
plugins Don't define polling_interval option in two places 2018-03-27 11:38:39 -07:00
services [log]: implement logging agent extension 2017-10-11 16:04:14 +07:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Drop the web_framework option 2017-09-13 15:11:38 -07:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Refactoring config options for service 2016-05-14 21:44:18 -05:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00