Grammar typo in the comments for function set_meta.

Change-Id: Ia62c8e37f240f0dfc00950f6ef6e1ecc4d5b9453
Closes-Bug: #1668336
This commit is contained in:
Jeffrey Guan 2017-02-23 13:47:26 +00:00
parent 79308caf9d
commit 0a88bd439f

View File

@ -1631,9 +1631,9 @@ class ServerManager(base.BootingManagerWithFind):
def set_meta(self, server, metadata):
"""
Set a servers metadata
Set a server's metadata
:param server: The :class:`Server` to add metadata to
:param metadata: A dict of metadata to add to the server
:param metadata: A dict of metadata to be added to the server
"""
body = {'metadata': metadata}
return self._create("/servers/%s/metadata" % base.getid(server),