Fix a Typo in Docstring

This patch fix a typo in def remove_security_group(self, server, security_group)

Change-Id: I2dc4250496707a6213797cb120f36b3415a774c5
This commit is contained in:
lei zhang
2015-12-01 21:05:18 +08:00
parent 7c3ce18e4d
commit b6e44f893a

View File

@@ -1272,7 +1272,7 @@ class ServerManager(base.BootingManagerWithFind):
def remove_security_group(self, server, security_group):
"""
Add a Security Group to an instance
Remove a Security Group to an instance
:param server: ID of the instance.
:param security_group: The name of security group to remove.