From 5c91f31ceaa3d1fc86f91ccad8f27e0128dde690 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 18 Jan 2023 18:37:46 -0600 Subject: Bump openstack-placement version in functional tox env Nova functional tests import the placement test fixture and which require the new fix change merged in placement - https://review.opendev.org/c/openstack/placement/+/869525 the above change is released in openstack-placement 9.0.0.0b1 version - https://review.opendev.org/c/openstack/releases/+/870989 bumping that version in tox.ini as functional test env use the placement from PyPi. Change-Id: Ib0217f85f9d2782f1a742b19f6ec56a082946a2b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8272774fa9..097edbe827 100644 --- a/tox.ini +++ b/tox.ini @@ -61,7 +61,7 @@ description = # because we do not want placement present during unit tests. deps = {[testenv]deps} - openstack-placement>=1.0.0 + openstack-placement>=9.0.0.0b1 extras = commands = stestr --test-path=./nova/tests/functional run {posargs} -- cgit v1.2.1