Update the documentation bug tag

Change-Id: Idf831418f375137d6af79ff65960fa3e594c3d58
This commit is contained in:
lvxianguo 2018-11-07 20:06:46 +08:00
parent 935f21736a
commit 7461e9cfb3
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ version = version_info.version_string()
giturl = u'https://git.openstack.org/cgit/openstack/meteos/tree/doc/source'
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
bug_tag = u'docs'
bug_tag = u'documentation'
# source tree
pwd = os.getcwd()
html_context = {