nova add-secgroup help updated with secgroup id
As per nova add-secgroup help, the user need to enter secgroup name's to add it to a server. But as the command works fine with secgroup id too, so updated the help. Change-Id: If13dd619808b7ff87c214f17ef71296166d870ab Closes-Bug: #1554930
This commit is contained in:
parent
5afb7889af
commit
b80d8cb6e6
@ -2721,7 +2721,7 @@ def _disassociate_floating_ip(cs, args):
|
||||
@utils.arg(
|
||||
'secgroup',
|
||||
metavar='<secgroup>',
|
||||
help=_('Name of Security Group.'))
|
||||
help=_('Name or ID of Security Group.'))
|
||||
def do_add_secgroup(cs, args):
|
||||
"""Add a Security Group to a server."""
|
||||
server = _find_server(cs, args.server)
|
||||
|
Loading…
x
Reference in New Issue
Block a user