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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user