neutron/neutron/conf
luqitao ac799dc016 Use HostAddressOpt for opts that accept IP and hostnames
Some configuration options were accepting both IP addresses
and hostnames. Since there was no specific OSLO opt type to
support this, we were using ``StrOpt``. The change [1] that
added support for ``HostAddressOpt`` type was merged in Ocata
and became available for use with oslo version 3.22.

This patch changes the opt type of configuration options to use
this more relevant opt type - HostAddressOpt.

[1] I77bdb64b7e6e56ce761d76696bc4448a9bd325eb

TrivialFix

Change-Id: I5a564efc189c062cc3a780aef1baf32b28914b39
2017-04-20 07:24:31 -04:00
..
agent Use HostAddressOpt for opts that accept IP and hostnames 2017-04-20 07:24:31 -04:00
extensions Refactoring config options for extension opts 2016-08-05 20:36:08 +00:00
plugins Fix two spelling errors 2017-03-13 19:51:48 +00:00
services Remove deprecated support for QoS notification_drivers 2017-04-17 06:32:01 -07:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
cache_utils.py Refactoring config options for cache_utils opts 2016-10-22 06:28:59 +00:00
common.py Use HostAddressOpt for opts that accept IP and hostnames 2017-04-20 07:24:31 -04: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