Skip to content

Commit 771a639

Browse files
authored
Merge pull request #1407 from stackhpc/redfish-exporter-username-2023.1
Correct redfish_exporter_default_username
2 parents 01f0b67 + a7a7932 commit 771a639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/stackhpc-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stackhpc_os_capacity_openstack_verify: true
4949
stackhpc_enable_redfish_exporter: false
5050

5151
# Credentials
52-
redfish_exporter_default_username: "{{ ipmi_user }}"
52+
redfish_exporter_default_username: "{{ ipmi_username }}"
5353
redfish_exporter_default_password: "{{ ipmi_password }}"
5454

5555
# The address of the BMC that is used to query redfish metrics.

0 commit comments

Comments
 (0)