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

This commit is contained in:
Jenkins 2016-08-01 12:10:58 +00:00 committed by Gerrit Code Review
commit ba25b1343c
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