allow multiple template deletion

Change-Id: Iba69a504302af1ea33109e186d093da4cb4560ce
Implements: blueprint crud-templates
Depends-On: Icdafe86137b1b2087d7348779cd3fee3d97dfd8f
This commit is contained in:
Idan Hefetz
2018-01-23 08:00:20 +00:00
parent d14cdfd915
commit 5df6ff462d

View File

@@ -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