Skip to content

Commit d6770be

Browse files
Haproxy SSL fixes
1 parent d5fa4bb commit d6770be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/source/configuration/monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ enable the ceph mgr exporter.
140140
OpenStack Capacity
141141
==================
142142

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
144144
in your cloud. StackHPC Kayobe Config includes a playbook for manual
145145
deployment, and it's necessary that some variables are set before
146146
running this playbook.

etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg renamed to etc/kayobe/kolla/config/haproxy/services.d/os_capacity.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ frontend os_capacity_frontend
66
option httplog
77
option forwardfor
88
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 %}
912
bind {{ kolla_internal_vip_address }}:9000
13+
{% endif %}
1014
default_backend os_capacity_backend
1115

1216
backend os_capacity_backend

0 commit comments

Comments
 (0)