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:
Eli Qiao 2016-03-17 13:53:02 +08:00
parent a209b13adb
commit ba0f715f40
1 changed files with 2 additions and 2 deletions

View File

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