murano-agent/muranoagent/common
jeremy.zhang 18758fab1a 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: I0b7b8aebc9cc70f5ea256791cfb2c61ec4357bfd
2017-03-23 15:59:16 +08:00
..
messaging Adds TLS/SSL Version Support to Murano Agent. 2017-03-22 04:50:55 +00:00
__init__.py Extract main python client to the top 2014-05-29 20:02:50 +04:00
config.py Use HostAddressOpt for opts that accept IP and hostnames 2017-03-23 15:59:16 +08:00