Skip to content
Snippets Groups Projects
Commit 18254cf8 authored by Liam Young's avatar Liam Young
Browse files

Fix zaza source

The charm was incorrectly pulling in an old branch of zaza, this
change points it back at master.

Change-Id: I2a98f843c54f883782e4911412b45185996ce038
parent 3ebbbb70
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ requests>=2.18.4
# NOTE: workaround for 14.04 pip/tox
pytz
pyudev # for ceph-* charm unit tests (not mocked?)
git+https://github.com/openstack-charmers/zaza.git@remove-namespaced-tests#egg=zaza;python_version>='3.0'
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>='3.0'
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack;python_version>='3.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment