allow multiple template deletion
Change-Id: Iba69a504302af1ea33109e186d093da4cb4560ce Implements: blueprint crud-templates Depends-On: Icdafe86137b1b2087d7348779cd3fee3d97dfd8f
This commit is contained in:
@@ -125,7 +125,7 @@ class TemplateDelete(command.Command):
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
parser = super(TemplateDelete, self).get_parser(prog_name)
|
||||
parser.add_argument('uuid', help='ID of a template')
|
||||
parser.add_argument('uuid', help='ID of a template', nargs='+')
|
||||
return parser
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user