Support 'murano' in openstack-auto-commands

Change-Id: I821889967cbfe21694a21caa66408616e9fec861
This commit is contained in:
Ekaterina Chernova 2015-06-24 16:04:07 +03:00
parent 072fc1d619
commit 17c1e9fa26
2 changed files with 6 additions and 1 deletions

View File

@ -578,7 +578,10 @@ 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"], "", "")

View File

@ -37,6 +37,8 @@ nova:
title: Compute
manila:
name: Shared file systems
murano:
name: Application catalog
sahara:
name: Data processing
swift: