diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 09:52:05 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:13:32 +0200 |
commit | 74a3d7a3616144e50ad364bb8a1da69f4503fad0 (patch) | |
tree | c9c93c7d386c37b009715af19d2ba2734392f507 /units | |
parent | 81a388f6deeec6a0ff40cc494f4a382881718680 (diff) |
bin:bmc_info -> bmc_info.py
Diffstat (limited to 'units')
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 59a66b4..550a92f 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -203,7 +203,7 @@ requires: cpuinfo.platform != 's390x' estimated_duration: 0.5 user: root -command: bmc_info +command: bmc_info.py _description: This will gather some info about the BMC itself for diagnostic purposes. This will not works on non-IPMI systems like AMT and blade/sled type systems. |