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
diff --git a/releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml b/releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml
new file mode 100644
index 0000000..17866e5
--- /dev/null
+++ b/releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml
@@ -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.