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.