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
This commit is contained in:
Matt Thompson 2014-12-15 15:21:52 +00:00
parent 17d49da4ed
commit 4790cf46d6

View File

@ -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