From 15fbd12af36c1d9f88906678565ea9805a48e5fa Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sat, 7 Oct 2023 10:32:29 +0200 Subject: [PATCH] Remove trailing whitespace Also rename Openstack to OpenStack. --- .../kolla/config/haproxy/services.d/os_exporter.cfg | 4 ++-- releasenotes/notes/os-capacity-94006f03f16583e4.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg b/etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg index 93ac02192..1292f38bd 100644 --- a/etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg +++ b/etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg @@ -1,10 +1,10 @@ {% raw %} frontend os_capacity_frontend mode http - http-request del-header X-Forwarded-Proto + http-request del-header X-Forwarded-Proto option httplog option forwardfor - http-request set-header X-Forwarded-Proto https if { ssl_fc } + http-request set-header X-Forwarded-Proto https if { ssl_fc } bind {{ kolla_internal_vip_address }}:9000 default_backend os_capacity_backend diff --git a/releasenotes/notes/os-capacity-94006f03f16583e4.yaml b/releasenotes/notes/os-capacity-94006f03f16583e4.yaml index e07b8a689..f9d76b7f4 100644 --- a/releasenotes/notes/os-capacity-94006f03f16583e4.yaml +++ b/releasenotes/notes/os-capacity-94006f03f16583e4.yaml @@ -1,15 +1,15 @@ --- features: - | - This patch adds Openstack Capacity metrics and exporters to + This patch adds OpenStack Capacity metrics and exporters to StackHPC Kayobe Config. This includes a deployment playbook, - Prometheus scrape jobs and HAProxy configurations to support + Prometheus scrape jobs and HAProxy configurations to support this change. upgrade: - | - To deploy the Openstack Capacity Grafana dashboard, you must - define Openstack application credential variables: + To deploy the OpenStack Capacity Grafana dashboard, you must + define OpenStack application credential variables: ``secrets_os_exporter_auth_url``, - ``secrets_os_exporter_credential_id`` and + ``secrets_os_exporter_credential_id`` and ``secrets_os_exporter_credential_secret`` as laid out in the 'Monitoring' documentation.