Fix config parser error magnum-template-manage list-templates
`magnum-template-manage list-templates` reports 'str' object is not callable. Closes-Bug: #1558391 Change-Id: If36b0eafcce2e18cdda6480e7bd18bb19b8d40a4
This commit is contained in:
@@ -50,8 +50,8 @@ class TemplateList(lister.Lister):
|
||||
parser.add_argument('-d', '--details',
|
||||
action='store_true',
|
||||
dest='details',
|
||||
help=('display the bay types provided by ')
|
||||
('each template'))
|
||||
help=('display the bay types provided by '
|
||||
'each template'))
|
||||
parser.add_argument('-p', '--paths',
|
||||
action='store_true',
|
||||
dest='paths',
|
||||
|
||||
Reference in New Issue
Block a user