Fix typos in docstrings
"maintetance" -> "maintenance" Change-Id: Ie60993c721c72dfbb742397471eb9f46db18dd69
This commit is contained in:
parent
a887caa844
commit
64378a51bc
@ -184,7 +184,7 @@ class Maintenance(generic.View):
|
|||||||
|
|
||||||
@rest_utils.ajax()
|
@rest_utils.ajax()
|
||||||
def patch(self, request, node_id):
|
def patch(self, request, node_id):
|
||||||
"""Put a specified node into maintetance state
|
"""Put a specified node into maintenance state
|
||||||
|
|
||||||
:param request: HTTP request.
|
:param request: HTTP request.
|
||||||
:param node_id: Node name or uuid
|
:param node_id: Node name or uuid
|
||||||
@ -199,7 +199,7 @@ class Maintenance(generic.View):
|
|||||||
|
|
||||||
@rest_utils.ajax()
|
@rest_utils.ajax()
|
||||||
def delete(self, request, node_id):
|
def delete(self, request, node_id):
|
||||||
"""Take a specified node out of the maintetance state
|
"""Take a specified node out of the maintenance state
|
||||||
|
|
||||||
:param request: HTTP request.
|
:param request: HTTP request.
|
||||||
:param node_id: Node name or uuid
|
:param node_id: Node name or uuid
|
||||||
|
Loading…
Reference in New Issue
Block a user