From d39f7b8d7dc7eacf36fab3632691d39c6dfd52cd Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 9 Oct 2015 09:42:00 +0100 Subject: [PATCH] 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 --- defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 8f30af02..5b4ead93 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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"