TrivialFix: make correction for error notes

We don't use wsmeext.sphinxext, it should be oslo_policy.sphinxext
not wsmeext.sphinxext. This patch is to correct this.

Change-Id: I33e717d5938bbe747ce93dbc79dcfca9cc78bc20
This commit is contained in:
junboli 2017-10-18 18:59:12 +08:00
parent eaa667d4df
commit e3573b7995

View File

@ -25,7 +25,7 @@ commands =
oslo-config-generator --config-file tools/config/config-generator.qinling.conf \
--output-file etc/qinling.conf.sample
#set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing.
#set PYTHONHASHSEED=0 to prevent oslo_policy.sphinxext from randomly failing.
[testenv:venv]
setenv = PYTHONHASHSEED=0
commands = {posargs}