tacker/tacker/common
lingyongxu e60b1ba8bd 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

Change-Id: I587ae3ee639bb7dc33f338a6ae224fa8e2b2d7fb
2017-04-06 15:14:52 +08:00
..
__init__.py rename neutron/common to tacker/common 2014-07-04 18:20:50 +09:00
clients.py Implement NSD Support part 2 2017-01-25 23:15:40 +05:30
cmd_executer.py Fix some typos in cmd_executer.py & nova.py 2016-09-27 06:48:32 +00:00
config.py Use HostAddressOpt for opts that accept IP and hostnames 2017-04-06 15:14:52 +08:00
constants.py Refactor Tacker unit tests to remove xml support 2016-09-07 13:22:42 +09:00
driver_manager.py Use oslo log and oslo concurrency 2016-06-03 11:38:36 +08:00
exceptions.py Adds unique constraint on name and tenant_id 2017-03-25 07:57:46 +05:30
log.py Password Mask for debug logs. 2016-08-05 15:31:02 -04:00
rpc.py Remove all openstack common stuff 2016-07-12 15:11:15 +00:00
test_lib.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
topics.py Remove unused code and docs 2015-09-16 11:13:23 -07:00
utils.py Fix some docstring syntax error 2017-03-23 10:48:29 +08:00