Merge "Add release note about the ostestr tox job"

This commit is contained in:
Zuul 2017-12-19 04:49:43 +00:00 committed by Gerrit Code Review
commit 56026d850e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
upgrade:
- |
The tox ostestr job (normally invoked with ``tox -eostestr``) has been
removed. This was lightly used, and in the near future ostestr will be
removed from the tempest requirements file. If you were relying on this
functionality you can replicate it by using the venv-tempest tox job. For
example, simply running ``tox -evenv-tempest -- ostestr`` will do the same
thing the old ostestr job did.