mirror of https://github.com/apache/cloudstack.git
fixup createHSM in marvin library
This commit is contained in:
parent
096c19a942
commit
f90dc4df6f
|
|
@ -8127,7 +8127,7 @@ class HSMProfile:
|
|||
cmd = addHSMProfile.addHSMProfileCmd()
|
||||
cmd.name = name
|
||||
[setattr(cmd, k, v) for k, v in list(kwargs.items())]
|
||||
return HSMProfile(apiclient.addHSMProfile(cmd).__dict__)
|
||||
return HSMProfile(apiclient.createHSMProfile(cmd).__dict__)
|
||||
|
||||
@classmethod
|
||||
def list(cls, apiclient, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in New Issue