From 1f16007ce897e31e5d6735a427046d0cd43c949a Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 4 May 2021 15:00:11 +0200 Subject: Add the version parameter. Call the parent with the version parameter. Change-Id: I20016e299077a7b678ecabceacb21cc0c7d306c8 --- oslo_config/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1