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: If36b0eafcce2e18cdda6480e7bd18bb19b8d40a4changes/30/293830/1
parent
a209b13adb
commit
ba0f715f40
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue