Skip to content

Remove trailing whitespace #695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/kayobe/kolla/config/haproxy/services.d/os_exporter.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 5 additions & 5 deletions releasenotes/notes/os-capacity-94006f03f16583e4.yaml
Original file line number Diff line number Diff line change
@@ -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.