Fix n3k power supply facts (#49150)

(cherry picked from commit af1e6878e9)
This commit is contained in:
Mike Wiebe 2018-11-28 22:59:21 -05:00 committed by Toshio Kuratomi
parent 8f9eecd66d
commit faa5a73c73

View file

@ -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):