Fix vncproxy_host for IPv6
authorJavier Pena <jpena@redhat.com>
Wed, 2 Mar 2016 09:57:50 +0000 (10:57 +0100)
committerAttila Darazs <adarazs@redhat.com>
Thu, 10 Mar 2016 17:20:57 +0000 (18:20 +0100)
commitdfb70bd5b3d133a614193e42d04a7a69b0bb821b
treec6258fa14788935af0ec8aeb2c4f89dd85860f20
parentab5dece332ed85954864ed5ec9ad59ff087366d1
Fix vncproxy_host for IPv6

https://review.openstack.org/268356 can cause issues in IPv6
environments. It generates the following Hiera data:

nova::vncproxy::common::vncproxy_host: [2001:db8:fd00:1000::10]

which fails due to the brackets. Making sure there are no brackets
in nova_vncproxy_host makes it work for both the IP case and when
using DNS names.

Change-Id: Iafe18f042725eb9419d97cd674c4b9a1a895b187
puppet/compute.yaml