2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Fix spreadsheet support for the BMC gateway

The spreadsheet support used incorrect attribute name.
This commit is contained in:
Jarrod Johnson 2018-11-19 09:50:04 -05:00
parent c8ad94313e
commit 5b21a5b2c3

View File

@ -92,7 +92,7 @@ def process_header(header):
elif datum in ('bmc', 'imm', 'xcc'):
fields.append('hardwaremanagement.manager')
elif datum in ('bmc gateway', 'xcc gateway', 'imm gateway'):
fields.append('net.bmc.gateway')
fields.append('net.bmc.ipv4_gateway')
elif datum in ('bmcuser', 'username', 'user'):
fields.append('secret.hardwaremanagementuser')
elif datum in ('bmcpass', 'password', 'pass'):