- Remove redundant test-requirements and require horizon
Note: This implies newer versions of django
- Use openstack_dashboard.test.helpers.TestCase
To fix the following error with py3.
TypeError: unhashable type: 'TestNeutron_taas_dashboard'
- Update uses of urlresolvers
See: https://review.openstack.org/#/c/528497/
- Fix ImproperlyConfigured
See: https://review.openstack.org/#/c/527323/
Change-Id: I60e983baff48cf5bab73c5e89f03b6984ef62417
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: Ibe016f654a2913fb55ee3cda54d93b5898ef7cc8
django_openstack_auth has been merged into horizon tree
as an effort of blueprint merge-openstack-auth.
There is no need to depend on django_openstack_auth any more.
Change-Id: Ic093b354cf330355f13ddb4f0e0ce97415b663ca
The tox_install.sh here behaves a bit differently than the others, which
is causing some problems when trying to rework some of the shared gate jobs.
Align it to the form used in other repos.
Change-Id: I58d6a613aa959307bc82ac9a7ce2bce4c427844e
When running "tox -e docs" in my environment, git clone fails with
"Too many arguments." It seems ":" in "https://" is affected by IFS.
1. In tox_install.sh, IFS is set to ":". It affects the current
execution environment and can have undesirable side effects later.
It's safer to restore it. (This commit fixes this.)
2. Otoh, the particular symptom above seems like a bug in a version
of bash I happen to have.
bash-3.2$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)
Copyright (C) 2007 Free Software Foundation, Inc.
bash-3.2$ IFS=:
bash-3.2$ echo a:b
a:b
bash-3.2$ echo a:b$x
a b
bash-3.2$
Closes-Bug: #1708147
Change-Id: Id762dd3dcef13f8bf2258e0dc706721ea8ba886c
This fixes the following error during ./stack.sh.
Could not satisfy constraints for 'horizon': installation
from path or url cannot be constrained to a version
Also, having it in (test-)requirements.txt doesn't work well
for Depends-On etc.
tox_install.sh was copied from neutron-vpnaas-dashboard.
Closes-Bug: #1708124
Change-Id: Iafd79e0b7db437863b65af6b94ccf74632e537be
See https://docs.djangoproject.com/en/1.9/releases/1.8/#django-conf-urls-patterns
Closes-Bug: #1708118
----------------------------------------
This commit includes the following unrelated change
to pass the gate.
docs: Fix an import error
version.py was copied from neutron-vpnaas-dashboard
and modified a bit.
Closes-Bug: #1708145
Change-Id: I475a808cd4c7e940aee5306d7c33a1c9c16746c3
----------------------------------------
Change-Id: I0077105a13c7b6dd2c49fae17784dffb54e55cd9