Update nova & tempest SHA's and remove django-openstack-auth SHA

This patch updates the nova and tempest SHA's to address more issues
found in Liberty testing.

It also removes the git-based pin for django-openstack-auth and
instead implements a lower cap for the package which includes the
appropriate fix.

Change-Id: Ib30e02dbc681d4a6005c864f0b4ccfbb604de812
Closes-Bug: #1497679
This commit is contained in:
Jesse Pretorius 2015-10-09 09:42:00 +01:00
parent 840e911540
commit d39f7b8d7d

View File

@ -126,3 +126,7 @@ horizon_pip_packages:
- pycrypto
- python-memcached
- python-keystoneclient
# This lower cap is to address django openstack auth issues found here:
# https://bugs.launchpad.net/openstack-ansible/+bug/1497679
# If the Horizon requirements change to a later version, this may be removed.
- "django-openstack-auth>=2.0.1"