Fix n3k power supply facts (#49150)
(cherry picked from commit af1e6878e9
)
This commit is contained in:
parent
8f9eecd66d
commit
faa5a73c73
1 changed files with 5 additions and 1 deletions
|
@ -721,9 +721,13 @@ class Legacy(FactsBase):
|
|||
('psmodel', 'model'),
|
||||
('psnum', 'number'),
|
||||
('ps_status', 'status'),
|
||||
('ps_status_3k', 'status'),
|
||||
('actual_out', 'actual_output'),
|
||||
('actual_in', 'actual_in'),
|
||||
('total_capa', 'total_capacity')
|
||||
('total_capa', 'total_capacity'),
|
||||
('input_type', 'input_type'),
|
||||
('watts', 'watts'),
|
||||
('amps', 'amps')
|
||||
])
|
||||
|
||||
def populate(self):
|
||||
|
|
Loading…
Reference in a new issue