From 229b67c4046e44dcd6ce362c9d673ab9c749e5d8 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 21 Dec 2015 14:32:35 +0000 Subject: [PATCH] Remove Horizon django-openstack-auth lower pin The lower pin for django-openstack-auth is no longer required. Having the lower cap expressed in our requirements overrides the Horizon project's own requirements and the upper constraints file, resulting in the incorrect requirements being built in the repo. Change-Id: Id9d483e1196ce733961ffb0164e078df198abc6d --- playbooks/roles/os_horizon/defaults/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/roles/os_horizon/defaults/main.yml b/playbooks/roles/os_horizon/defaults/main.yml index 7885f0c4b7..f89a9ea58b 100644 --- a/playbooks/roles/os_horizon/defaults/main.yml +++ b/playbooks/roles/os_horizon/defaults/main.yml @@ -159,7 +159,4 @@ 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" + - django-openstack-auth