2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Add 'switchuser' and 'switchpass' aliases

This commit is contained in:
Jarrod Johnson 2018-09-05 13:51:19 -04:00
parent d6110c7118
commit 03135543a6

View File

@ -94,7 +94,9 @@ _hasquorum = True
_attraliases = {
'bmc': 'hardwaremanagement.manager',
'bmcuser': 'secret.hardwaremanagementuser',
'switchuser': 'secret.hardwaremanagementuser',
'bmcpass': 'secret.hardwaremanagementpassword',
'switchpass': 'secret.hardwaremanagementpassword',
}
def _mkpath(pathname):