summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_config/types.py2
-rw-r--r--setup.cfg6
2 files changed, 4 insertions, 4 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.
diff --git a/setup.cfg b/setup.cfg
index cc8f171..9118867 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,11 @@
[metadata]
name = oslo.config
summary = Oslo Configuration API
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/oslo.config/latest/
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/oslo.config/latest/
python-requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable