Skip to content

Commit d392175

Browse files
authored
Merge pull request #1401 from stackhpc/redfish-exporter-username
Correct redfish_exporter_default_username
2 parents 56a7e85 + 766d28f commit d392175

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)