[cli-ref] split glance_property_keys.rst into another file

Change-Id: I7d20e86bb036505678e9e2181d28a7ec5174f66d
This commit is contained in:
KATO Tomoyuki 2016-07-22 10:15:58 +09:00
parent ddad5f86b5
commit 7bb9269ee4
1 changed files with 0 additions and 3 deletions

View File

@ -741,9 +741,6 @@ def document_single_project(os_command, output_dir, continue_on_error):
["--os-image-api-version", "1"],
"_v1", " (v1)")
if os_command == 'glance':
out_file.write(".. include:: glance_property_keys.rst\n")
print("Finished.\n")
out_file.close()
return True