Skip to content

Commit 59cba1e

Browse files
committed
Better release note and grammar
1 parent bb6f276 commit 59cba1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

etc/kayobe/ansible/deploy-radosgw-usage-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
ec2: "{{ credential.stdout | from_json | first }}"
121121
become: true
122122

123-
- name: Ensure the exporter to use certificate
123+
- name: Ensure that the internal TLS certificate is trusted by the exporter
124124
when: stackhpc_radosgw_usage_exporter_cacert | length > 0
125125
block:
126126
- name: Create radosgw-usage-exporter directory

releasenotes/notes/add-radosgw-usage-exporter-support-93d55c544418b05a.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ features:
55
66
To deploy the exporter, set the variable ``stackhpc_enable_radosgw_usage_exporter``
77
to true. Then run playbook ``deploy-radosgw-usage-exporter.yml``.
8+
A certificate path needs to be set to ``stackhpc_radosgw_usage_exporter_cacert``
9+
if internal TLS is enabled.

0 commit comments

Comments
 (0)