Fix server add security group
The group resource was being passed when only the name is needed. Change-Id: Ia303804be4e336f9880205d931467cb831e812de
This commit is contained in:
parent
7a8c9a7a8a
commit
22c544a822
@ -175,7 +175,7 @@ class AddServerSecurityGroup(command.Command):
|
|||||||
parsed_args.group,
|
parsed_args.group,
|
||||||
)
|
)
|
||||||
|
|
||||||
server.add_security_group(security_group)
|
server.add_security_group(security_group.name)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user