Bump python-saharaclient version

python-saharaclient>=0.7.5 is required by tempest, so we must make that
version available. AFAIK we're not actually using it for anything, so
increasing the version shouldn't cause a problem.

Related: #597
This commit is contained in:
Hugh Saunders 2014-11-21 11:08:37 +00:00
parent ddf8641881
commit 18bc251663

View File

@ -19,6 +19,6 @@ repo_path: "{{ pip_wheel_name }}_{{ git_install_branch | replace('/', '_') }}"
git_repo: https://github.com/openstack/python-saharaclient
git_fallback_repo: https://git.openstack.org/openstack/python-saharaclient
git_dest: "/opt/{{ repo_path }}"
git_install_branch: 0.7.4
git_install_branch: 0.7.5
pip_wheel_name: python-saharaclient