Merge "Insert property keys section into glance chapter"

This commit is contained in:
Jenkins 2015-12-07 12:31:28 +00:00 committed by Gerrit Code Review
commit 254893c8fd
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()