Skip to content

Commit

Permalink
Merge pull request #191 from elfosardo/fix-ipmi-setup-user
Browse files Browse the repository at this point in the history
Add note on setup_user function in the ipmi module
  • Loading branch information
elfosardo authored Apr 26, 2023
2 parents 6bbf6ae + d0c62e4 commit af076d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/ipmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
LINE_REGEXP = re.compile(r'^([^:]+[^ ])\s*:\s*(.*[^ ])\s*$')


# NOTE(elfosardo): this function is not used anywhere, but we leave it
# here as it's a good example of how to implement this type of functions.
def setup_user(channel, username, password):
"""Setup an IPMI user."""
sys.stderr.write('Info: ipmi_setup_user: Setting user="%s", '
Expand Down

0 comments on commit af076d3

Please sign in to comment.