From c8a15dfc747db9989db969cbd82f5d2463150a6a Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 28 Oct 2012 21:22:44 -0700 Subject: [PATCH] fix vncproxy_host in all.pp it was set to localhost, which broke horizon's ability to use vnc. --- manifests/all.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/all.pp b/manifests/all.pp index 344ea2b..6750148 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -310,7 +310,7 @@ class openstack::all ( enabled => $enabled, vnc_enabled => $vnc_enabled, vncserver_proxyclient_address => $internal_address, - vncproxy_host => 'localhost', + vncproxy_host => $public_address, } # Configure libvirt for nova-compute