From a4233220d8e897bba262ce8e5700994213583ccb Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 19 Jun 2018 11:25:34 +0200 Subject: [PATCH] Use rally 0.12.1 release for stable/pike branch. Rally does not have any alignment of own tags to OpenStack releases. In theory it should be possible to launch the latest Rally against old clouds. To follow the common processes and policy, Rally synchronized own dependencies (python-*client's and oslo.* libs) with g-r. It made a conflict between installed versions by stable/pike@devstack and rally itself. With Rally master branch it became an error (Rally's team is working on moving in-tree OpenStack plugins to the separate repository openstack/rally-openstack). Rally 0.12.1 is the latest release which doesn't contain a breaking change. Ideally, to avoid such issues in future, Rally devstack plugin and zuul job should install Rally in a virtual environment, but such change requires more time for investigation and implementation. So this patch is a quick workaround to avoid version conflict of python dependencies. Change-Id: I73ef5c978e66a89bb70be28468e0d1f40a71d94f Closes-Bug: #1777506 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 06bb3814ea1..889c3689acf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -76,7 +76,7 @@ - openstack/python-senlinclient - openstack/python-watcherclient - openstack/python-zaqarclient - - openstack/rally + - {"name": "openstack/rally", "override-checkout": "0.12.1"} - openstack/senlin - openstack/tripleo-image-elements - openstack/watcher