File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
etc/kayobe/kolla/config/haproxy/services.d Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ enable the ceph mgr exporter.
140
140
OpenStack Capacity
141
141
==================
142
142
143
- OpenStack Capacity allows you to see how much space you have avaliable
143
+ OpenStack Capacity allows you to see how much space you have available
144
144
in your cloud. StackHPC Kayobe Config includes a playbook for manual
145
145
deployment, and it's necessary that some variables are set before
146
146
running this playbook.
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ frontend os_capacity_frontend
6
6
option httplog
7
7
option forwardfor
8
8
http-request set-header X-Forwarded-Proto https if { ssl_fc }
9
+ {% if kolla_enable_tls_internal | book %}
10
+ bind {{ kolla_internal_vip_address }}:9000 ssl crt /etc/haproxy/haproxy-internal.pem
11
+ {% else %}
9
12
bind {{ kolla_internal_vip_address }}:9000
13
+ {% endif %}
10
14
default_backend os_capacity_backend
11
15
12
16
backend os_capacity_backend
You can’t perform that action at this time.
0 commit comments