From 4790cf46d645bd77137bf6f62172623de583e59c Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Mon, 15 Dec 2014 15:21:52 +0000 Subject: [PATCH] Pin tempest version Currently tempest will not install due to us pinning python-saharaclient to 0.7.5 while tempest requires 0.7.6. Rather than bumping python-saharaclient, this change will pin tempest to the commit prior to requirements.txt updating. This type of change was already done to tempest in stable/icehouse. Change-Id: I12fad99d32d6bc8c7096af0ac8bed5a849c24da8 Closes-Bug: #1402713 --- rpc_deployment/vars/repo_packages/tempest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_deployment/vars/repo_packages/tempest.yml b/rpc_deployment/vars/repo_packages/tempest.yml index c71f732f81..3bf7508abf 100644 --- a/rpc_deployment/vars/repo_packages/tempest.yml +++ b/rpc_deployment/vars/repo_packages/tempest.yml @@ -21,7 +21,7 @@ repo_path: "{{ repo_package_name }}_{{ git_install_branch | replace('/', '_') }} git_repo: https://github.com/openstack/tempest git_fallback_repo: https://git.openstack.org/openstack/tempest git_dest: "/opt/{{ repo_path }}" -git_install_branch: master +git_install_branch: 3a94488ced15985f34b276993891b3bf3def3845 pip_wheel_name: tempest