yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12389
[Bug 1299188] [NEW] qunit and jasmine urlpatterns should be defined only for test
Public bug reported:
qunit and jasmine urlpatterns are defined in horizon/site_urls.py if settings.DEBUG is True.
DEBUG=True is a valid situation without dev env (it is reasonable when testing).
It is better to use another flag other than DEBUG and define url_pattern
"jasmine" and "qunit" only if the new flag is True.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1299188
Title:
qunit and jasmine urlpatterns should be defined only for test
Status in OpenStack Dashboard (Horizon):
New
Bug description:
qunit and jasmine urlpatterns are defined in horizon/site_urls.py if settings.DEBUG is True.
DEBUG=True is a valid situation without dev env (it is reasonable when testing).
It is better to use another flag other than DEBUG and define
url_pattern "jasmine" and "qunit" only if the new flag is True.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1299188/+subscriptions
Follow ups
References