Adds configurable ajax connection queueing.

Fixes bug 965910.

Change-Id: I84807f6ca0d9769d25b942c151c1a83501648a0a
This commit is contained in:
Gabriel Hurley
2012-03-26 23:26:10 -07:00
parent 3e8f4dbfbd
commit 0798d922a6
4 changed files with 58 additions and 3 deletions

View File

@@ -51,7 +51,8 @@ def horizon(request):
for each template/template fragment which takes context that is used
to render the complete output.
"""
context = {"True": True,
context = {"HORIZON_CONFIG": getattr(settings, "HORIZON_CONFIG", {}),
"True": True,
"False": False}
# Auth/Keystone context