Insert property keys section into glance chapter

rename "ch_cli_glance_property_keys.xml" to
"secton_cli_glance_property_keys.xml" separately.
also, change chapter element to section element.

Change-Id: I965b4ab4f767a8faab85a561aef72fc1679a10d3
Partial-Bug: #1316055
This commit is contained in:
KATO Tomoyuki 2015-12-06 20:06:07 +09:00
parent 66acf4f037
commit 3e539d3f67
1 changed files with 4 additions and 0 deletions

View File

@ -726,6 +726,10 @@ def document_single_project(os_command, output_dir):
"_v2", " (v2)")
out_file.write(" </section>\n")
if os_command == 'glance':
out_file.write(" <xi:include "
"href=\"../section_cli_glance_property_keys.xml\"/>\n")
generate_end(out_file)
out_file.close()