From 02343c2d8cc51f9818c0b89691f2b0a878c611b7 Mon Sep 17 00:00:00 2001 From: Tatiana Kholkina Date: Mon, 19 Feb 2018 15:27:45 +0300 Subject: [PATCH] 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 --- novaclient/v2/servers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaclient/v2/servers.py b/novaclient/v2/servers.py index 805dd4541..4e7168793 100644 --- a/novaclient/v2/servers.py +++ b/novaclient/v2/servers.py @@ -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`