Fix HostAddress superclass.

All the other types inherit from ConfigType.

Change-Id: I4905cf0cfac6343d4e2cc43f97d5600062c5ef37
Signed-off-by: Moises Guimaraes de Medeiros <moguimar@redhat.com>
This commit is contained in:
Moises Guimaraes de Medeiros 2018-04-20 10:12:16 +02:00
parent 0e70c4c0d8
commit 0fbd3efbca
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ class Hostname(ConfigType):
return value
class HostAddress(object):
class HostAddress(ConfigType):
"""Host Address type.
Represents both valid IP addresses and valid host domain names