puppet-heat/lib/puppet
Lukas Bezdicka 507c43aa22 Fix ipv6 support
There is issue with ipv6 where address has to be in brackets, this causes the
underlying ruby TCPSocket to fail. Net::HTTP.new will fail without brackets on
joining the ipv6 address with :port or passing brackets to TCPSocket. It was
found that if we use Net::HTTP.start with url.hostname the incriminated code
won't be hit.

Change-Id: Ia70e05098b52121d12b035bdab59685b086523db
Closes-Bug: rhbz#1185652
(cherry picked from commit 2331ba06e3)
2015-06-02 02:09:14 +00:00
..
provider Fix ipv6 support 2015-06-02 02:09:14 +00:00
type Implement Keystone domain creation 2015-02-10 11:53:12 +01:00