Skip to content

Commit 109649a

Browse files
authored
Merge pull request #695 from stackhpc/os-capacity-fixes
Remove trailing whitespace
2 parents 6497dde + 15fbd12 commit 109649a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% raw %}
22
frontend os_capacity_frontend
33
mode http
4-
http-request del-header X-Forwarded-Proto
4+
http-request del-header X-Forwarded-Proto
55
option httplog
66
option forwardfor
7-
http-request set-header X-Forwarded-Proto https if { ssl_fc }
7+
http-request set-header X-Forwarded-Proto https if { ssl_fc }
88
bind {{ kolla_internal_vip_address }}:9000
99
default_backend os_capacity_backend
1010

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
features:
33
- |
4-
This patch adds Openstack Capacity metrics and exporters to
4+
This patch adds OpenStack Capacity metrics and exporters to
55
StackHPC Kayobe Config. This includes a deployment playbook,
6-
Prometheus scrape jobs and HAProxy configurations to support
6+
Prometheus scrape jobs and HAProxy configurations to support
77
this change.
88
upgrade:
99
- |
10-
To deploy the Openstack Capacity Grafana dashboard, you must
11-
define Openstack application credential variables:
10+
To deploy the OpenStack Capacity Grafana dashboard, you must
11+
define OpenStack application credential variables:
1212
``secrets_os_exporter_auth_url``,
13-
``secrets_os_exporter_credential_id`` and
13+
``secrets_os_exporter_credential_id`` and
1414
``secrets_os_exporter_credential_secret`` as laid out in the
1515
'Monitoring' documentation.

0 commit comments

Comments
 (0)