From 3e539d3f67e9a0ae38857d7d4b169a9f9a37615f Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sun, 6 Dec 2015 20:06:07 +0900 Subject: [PATCH] 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 --- os_doc_tools/commands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os_doc_tools/commands.py b/os_doc_tools/commands.py index 444e0687..33409a56 100644 --- a/os_doc_tools/commands.py +++ b/os_doc_tools/commands.py @@ -726,6 +726,10 @@ def document_single_project(os_command, output_dir): "_v2", " (v2)") out_file.write(" \n") + if os_command == 'glance': + out_file.write(" \n") + generate_end(out_file) out_file.close()