Fix n3k power supply facts (#49150)

pull/49278/head
Mike Wiebe 6 years ago committed by Trishna Guha
parent ecd995496c
commit af1e6878e9

@ -734,9 +734,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