Skip to content

Commit a7a7932

Browse files
committed
Correct redfish_exporter_default_username
`ipmi_user` is not something we define by default. Changes to use `ipmi_username`, which also matches our docs.
1 parent 01f0b67 commit a7a7932

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)