From be11739269714276c3619762f1aba126d5fd399f Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 4 Dec 2017 11:30:36 -0500 Subject: [PATCH] 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 --- .../notes/removed-tox-ostestr-8997a93d199c44f3.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml diff --git a/releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml b/releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml new file mode 100644 index 0000000000..17866e5e23 --- /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.