diff options
author | Loganathan Parthipan <parthipan@hp.com> | 2014-10-01 12:53:23 +0100 |
---|---|---|
committer | Loganathan Parthipan <parthipan@hp.com> | 2014-10-01 12:53:23 +0100 |
commit | 02140eb5b1036e5acaa0e51459317f7eb8c6253a (patch) | |
tree | 6dd2d20e98b8172826dd6cfbc580265496015fb4 | |
parent | 7d703cb7e79d9f7326c9c66c15c2fd0dd3735687 (diff) |
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
-rw-r--r-- | overcloud-source.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |