Fix rally_version in CI

The rally version was added as a variable in the
install group vars file, but CI maintains it's own
version of this file that was not updated, therefore
the rally_version change was breaking to all CI builds.

It might be better for CI to move to overwriting specific
variables if possible.

Change-Id: Ib4b789cc2cdbe409c5a866444fe144328f086e8a
This commit is contained in:
jkilpatr 2016-08-22 12:57:15 -04:00
parent 8ef2f76cf1
commit e922216eba

View File

@ -22,6 +22,9 @@ browbeat_venv: /home/stack/browbeat-venv
# The default Rally venv
rally_venv: /home/stack/rally-venv
# Rally version to install
rally_version: 0.5.0
# The default Shaker venv
shaker_venv: /home/stack/shaker-venv