From 02140eb5b1036e5acaa0e51459317f7eb8c6253a Mon Sep 17 00:00:00 2001 From: Loganathan Parthipan Date: Wed, 1 Oct 2014 12:53:23 +0100 Subject: Configures haproxy to serve novnc_proxy This patch configures haproxy to serve novnc_proxy which currently listens on 0.0.0.0. So before this patch goes in novnc needs to be listening on local-ipv4 like the rest of the services. The following patch does that in image-elements. https://review.openstack.org/#/c/125326/ Change-Id: I0c6a3d6a8fd10da71abbf568633b28bdb5e56aa2 --- overcloud-source.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 947becfb..d09bc709 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -743,6 +743,9 @@ resources: - name: nova_metadata port: 8775 net_binds: *public_binds + - name: nova_novncproxy + port: 6080 + net_binds: *public_binds - name: ceilometer port: 8777 net_binds: *public_binds -- cgit 1.2.3-korg