Merge "Sync common files to ops and ha guides"

This commit is contained in:
Zuul 2018-11-24 13:29:42 +00:00 committed by Gerrit Code Review
commit b899ff6811
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,3 @@
openstack/security-doc
openstack/ha-guide
openstack/operations-guide

View File

@ -49,6 +49,9 @@ case "$PROJECT_DIR" in
copy_rst common
copy_rst_trans common
;;
ha-guide|operations-guide)
copy_rst doc/source/common
;;
*)
echo "$PROJECT_DIR not handled"
exit 1