summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bengtsson <dbengt@redhat.com>2021-05-04 15:00:11 +0200
committerDaniel Bengtsson <dbengt@redhat.com>2021-05-04 15:00:11 +0200
commit1f16007ce897e31e5d6735a427046d0cd43c949a (patch)
tree78a795fc821fccd97093680a0444fa0264613e13
parent6e91dbb2d590fc1706243922c0ed71f6c2fcdf73 (diff)
downloadoslo-config-1f16007ce897e31e5d6735a427046d0cd43c949a.tar.gz
Add the version parameter.
Call the parent with the version parameter. Change-Id: I20016e299077a7b678ecabceacb21cc0c7d306c8
-rw-r--r--oslo_config/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_config/types.py b/oslo_config/types.py
index 8ebc6e6..6176c69 100644
--- a/oslo_config/types.py
+++ b/oslo_config/types.py
@@ -876,7 +876,7 @@ class HostDomain(HostAddress):
"""
- super(HostDomain, self).__init__(type_name=type_name)
+ super(HostDomain, self).__init__(version=version, type_name=type_name)
def __call__(self, value):
"""Checks if is a valid IP/hostname.