Fix n3k power supply facts (#49150)

(cherry picked from commit af1e6878e9)
pull/49461/head
Mike Wiebe 6 years ago committed by Toshio Kuratomi
parent 8f9eecd66d
commit faa5a73c73

@ -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…
Cancel
Save