Fix the docstring for the update method
It is impossible to provide a description to update method in versions 2.0-2.18. But the docstring of the method says that it can update a description. Change-Id: I832e8a752779277a045bd127e2e6c6a3ae88f840
This commit is contained in:
parent
665fe5bd8e
commit
02343c2d8c
@ -69,7 +69,7 @@ class Server(base.Resource):
|
||||
@api_versions.wraps("2.0", "2.18")
|
||||
def update(self, name=None):
|
||||
"""
|
||||
Update the name and the description for this server.
|
||||
Update the name for this server.
|
||||
|
||||
:param name: Update the server's name.
|
||||
:returns: :class:`Server`
|
||||
|
Loading…
Reference in New Issue
Block a user