Change test-requirements.txt ajkavanagh to openstack

Changed from:
git+https://.../ajkavanagh/charms.openstack.git#egg=charms-openstack
to:
git+https://.../openstack/charms.openstack.git#egg=charms-openstack

This is because the tests should come from the openstack master branch.
This commit is contained in:
Alex Kavanagh 2016-07-12 13:53:47 +00:00
parent 6d0248e9d9
commit e019366bf3
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ os-testr>=0.4.1
charms.reactive
mock>=1.2
coverage>=3.6
git+https://github.com/ajkavanagh/charms.openstack.git#egg=charms-openstack
git+https://github.com/openstack/charms.openstack.git#egg=charms-openstack