Merge "Fix XML file generation error for cli-reference in murano case"

This commit is contained in:
Jenkins 2015-08-31 03:36:00 +00:00 committed by Gerrit Code Review
commit 534b4a308e
1 changed files with 0 additions and 4 deletions

View File

@ -592,10 +592,6 @@ def document_single_project(os_command, output_dir):
out_file.write("""
<section xml:id=\"glance_cli_v1\">
<title>Image service API v1 commands</title>\n""")
if os_command == 'murano':
out_file.write("""
<section xml:id=\"murano_cli_v1\">
<title>Application catalog API v1 commands</title>\n""")
if os_command == 'openstack':
generate_subcommands(os_command, out_file, subcommands,
["--os-auth-type", "token"], "", "")