Files
puppet-openstacklib/releasenotes/notes/ipv6_array_support-ea28cf0939e820f6.yaml
Emilien Macchi 435c50fe88 normalize_ip_for_uri: allow to give an array of IP addresses
Allow to give an array of IP addresses to normalize_ip_for_url function.
Each IP in the list will be normalized like it would be for a string.

Change-Id: I8d361ce9cfcfe6a3f8592b2b7991971a3c748c75
Co-Authored-By: Athlan-Guyot sofer <sathlang@redhat.com>
2016-09-20 12:55:11 +02:00

5 lines
120 B
YAML

---
features:
- Allow to give an array of IP addresses to normalize_ip_for_uri and normalize
each IP in the list.