summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-07 06:35:28 +0000
committerGerrit Code Review <review@openstack.org>2016-12-07 06:35:28 +0000
commitbb8846a3ab0dc92f31a343b7493ada533624a490 (patch)
treeb0b163c33ed1ec1ee60aa31ab434b5c33e0763b9 /releasenotes
parentaed4dcd893e9c3860074655b1fc3c39bff7c7c4e (diff)
parentbabff882c0794fab81665744bcc1aa155b90eed2 (diff)
downloadoslo-config-bb8846a3ab0dc92f31a343b7493ada533624a490.tar.gz
Merge "Fixing HostName and adding support for HostAddress"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml b/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml
new file mode 100644
index 0000000..576f464
--- /dev/null
+++ b/releasenotes/notes/add-HostAddressOpt-6e7e2afe7c7863cb.yaml
@@ -0,0 +1,13 @@
+---
+prelude: >
+ Configuration option type of ``HostAddressOpt`` added to accept and
+ validate both IP addresses and hostnames. Please refer to the
+ ``features`` section for more information.
+
+features:
+ - Configuration option type of ``HostAddressOpt`` added to accept both
+ valid IP address (IPv4 and IPv6) values as well as hostnames.
+ The ``HostAddressOpt`` will accept both IPv4 and IPv6 addresses
+ and ensure that strict checks are performed on the IP versions.
+ This option type will also accept and accurately validate hostnames
+ ensuring that no invalid IP passes as a valid hostname.