Merge "Fix fencing action parameter name."
This commit is contained in:
commit
caa966c9e3
@ -168,6 +168,6 @@ class TestGenerateFencingParameters(utils.TestCommand):
|
||||
'os_auth': {},
|
||||
'ipmi_cipher': None,
|
||||
'ipmi_lanplus': False,
|
||||
'ipmi_privlvl': None
|
||||
'ipmi_level': None
|
||||
},
|
||||
run_sync=True, save_result=True)
|
||||
|
@ -126,7 +126,7 @@ class GenerateFencingParameters(command.Command):
|
||||
'os_auth': os_auth,
|
||||
'fence_action': parsed_args.fence_action,
|
||||
'delay': parsed_args.delay,
|
||||
'ipmi_privlvl': parsed_args.ipmi_level,
|
||||
'ipmi_level': parsed_args.ipmi_level,
|
||||
'ipmi_cipher': parsed_args.ipmi_cipher,
|
||||
'ipmi_lanplus': parsed_args.ipmi_lanplus,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user