diff --git a/horizon/templates/horizon/common/_sidebar.html b/horizon/templates/horizon/common/_sidebar.html index 4d2c71b65aa..4b0844b9db1 100644 --- a/horizon/templates/horizon/common/_sidebar.html +++ b/horizon/templates/horizon/common/_sidebar.html @@ -22,7 +22,7 @@

{{ request.user.tenant_name }}

  • {% for tenant in authorized_tenants %} {% if tenant.enabled and tenant.id != request.user.tenant_id %} -
  • {{ tenant.name }}
  • +
  • {{ tenant.name }}
  • {% endif %} {% endfor %} diff --git a/run_tests.sh b/run_tests.sh index d3357c14658..0df3ccf8502 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -6,7 +6,7 @@ set -o errexit # Increment me any time the environment should be rebuilt. # This includes dependncy changes, directory renames, etc. # Simple integer secuence: 1, 2, 3... -environment_version=29 +environment_version=30 #--------------------------------------------------------# function usage { diff --git a/tools/pip-requires b/tools/pip-requires index c4b30f93f4e..6736c7c73d9 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ # Horizon Core Requirements Django>=1.4,<1.5 django_compressor -django_openstack_auth>=1.0.3 +django_openstack_auth>=1.0.7 netaddr python-cinderclient python-glanceclient<2