diff options
author | Dan Prince <dprince@redhat.com> | 2014-12-05 13:42:34 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-12-05 20:48:33 -0500 |
commit | 4c35b1b35837e2abd3419a2bd23c4453a61695e9 (patch) | |
tree | 62ef1c8348c5d19c18b5338bb4d734bdc9268d69 | |
parent | 42b81e8478ce01dd0a148ac9b46c4f59afc6480b (diff) |
Add missing novncproxy settings to controller
This patch adds the missing HAProxy novncproxy parameters to
controller.yaml
These parameters were adding to overcloud-source.yaml
in I0c6a3d6a8fd10da71abbf568633b28bdb5e56aa2.
Change-Id: Icff2f17a301e5e95fa43549ec1566c0c0d5b5353
-rw-r--r-- | controller.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml index d4f8d19e..cf5962da 100644 --- a/controller.yaml +++ b/controller.yaml @@ -620,6 +620,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 |