Add release note about the ostestr tox job

The ostestr tox job was recently removed from the tempest tox.ini,
mostly because we're moving towards standardizing on just using stestr
for everything and dropping the dependency on os-testr. During the
review that removed the job, some concerns were raised that it might
break people. To address that this commit adds a release note explaining
the potential upgrade implications and how to work around the removal.

Change-Id: Ibc59e01af9f5a9c4d8c67fbde1f029decf602226
This commit is contained in:
Matthew Treinish 2017-12-04 11:30:36 -05:00
parent 74737b777f
commit be11739269
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
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.