Migrate to split zaza - zaza.openstack

This change adds in zaza.openstack, as well as changing the
branch target of zaza to a branch with zaza.openstack
removed, allowing us to validate the new library

Change-Id: I72415540bee6eea1969432bb3e35a5573def9d49
This commit is contained in:
Chris MacNaughton 2019-05-10 17:05:13 +02:00
parent 694be9e401
commit 8d9fe14003
1 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ pika>=0.10.0,<1.0
distro-info
pytz
pyudev # for ceph-* charm unit tests (not mocked?)
git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza;python_version>='3.0'
git+https://github.com/openstack-charmers/zaza.git@remove-namespaced-tests#egg=zaza;python_version>'3.4'
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack;python_version>'3.4'