We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874c96c commit 0f26998Copy full SHA for 0f26998
oca/template.py
@@ -35,8 +35,8 @@ def allocate(client, template):
35
``client``
36
oca.Client object
37
38
- ``group``
39
- a string containing the group name
+ ``template``
+ a string containing the template contents
40
'''
41
template_id = client.call(VmTemplate.METHODS['allocate'], template)
42
return template_id
@@ -109,4 +109,4 @@ def __init__(self, client):
109
def _factory(self, xml):
110
i = VmTemplate(xml, self.client)
111
i._convert_types()
112
- return i
+ return i
0 commit comments