Add missing reqargs argument
This commit is contained in:
parent
f80b432d3b
commit
9b8dec8991
|
@ -3551,7 +3551,7 @@ class API_Provisioner_Template_System_Root(Resource):
|
||||||
{ 'name': 'node_autostart' }
|
{ 'name': 'node_autostart' }
|
||||||
])
|
])
|
||||||
@Authenticator
|
@Authenticator
|
||||||
def post(self):
|
def post(self, reqargs):
|
||||||
"""
|
"""
|
||||||
Create a new system template
|
Create a new system template
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue