Watcher Horizon plugin.
Go to file
Akihiro Motoki 5a7ebe5016 Django 2.0 support and fix lower-constraints
Replace django.core.urlresolves with django.urls

(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

To test the dashboard with python3 and Django 1.11,
python3-django111 job is added to tox.ini and a corresponding
entry is added to .zuul.yaml.

requirements.txt is also updated not to include horizon dependecies.
This allows horizon plugins not to track changes in basic stuffs
like Django.

KeyError from memoized decorator occurs in watcher-dashboard python3
tests but it seems it is not specific to Django 2.0 support,
so it is not touched. Hopefully it can be fixed later.

lower-constraints job is also fixed.
- Previously install_command specifies upper-constraints.txt even for
  lower-constraints tox env. As a result, lower-constraints job actually
  tests upper-constraints.
  This commit moves -c option for upper-constraints.txt to 'deps'.
- lower-constraints.txt is updated.
- nose-exclude 0.3.0 actually does not work. 0.5.0 needs to be used.

Change-Id: Ia98e4685f217c1e932d4b68b864cd9f52c88b134
2018-06-22 01:13:37 +09:00
devstack enable watcher-dashboard service in devstack 2017-09-06 18:10:47 -07:00
doc/source Delete the unnecessary '-' 2018-03-22 00:05:27 +08:00
releasenotes Imported Translations from Zanata 2018-03-03 06:52:51 +00:00
tools Fix to use "." to source script files 2017-09-02 01:54:48 +08:00
watcher_dashboard Django 2.0 support and fix lower-constraints 2018-06-22 01:13:37 +09:00
.gitignore Add DS_Store to gitignore 2017-07-20 13:06:00 +00:00
.gitreview Added .gitreview 2016-02-04 09:33:04 +00:00
.zuul.yaml Django 2.0 support and fix lower-constraints 2018-06-22 01:13:37 +09:00
HACKING.rst Fix url links and spelling error in docs 2018-03-02 00:18:42 -08:00
LICENSE Watcher Dashboard - Initial commit 2016-02-17 13:38:41 +00:00
README.rst Update links in README 2018-03-11 02:47:22 +08:00
babel-django.cfg Watcher Dashboard - Initial commit 2016-02-17 13:38:41 +00:00
babel-djangojs.cfg Watcher Dashboard - Initial commit 2016-02-17 13:38:41 +00:00
lower-constraints.txt Django 2.0 support and fix lower-constraints 2018-06-22 01:13:37 +09:00
manage.py Watcher Dashboard - Initial commit 2016-02-17 13:38:41 +00:00
requirements.txt Django 2.0 support and fix lower-constraints 2018-06-22 01:13:37 +09:00
run_tests.sh Added Goals and Strategies to Dashboard 2016-05-25 11:47:39 +02:00
setup.cfg Update the documentation link for doc migration 2017-08-07 15:02:53 +08:00
setup.py Updated from global requirements 2017-03-07 02:08:05 +00:00
test-requirements.txt Django 2.0 support and fix lower-constraints 2018-06-22 01:13:37 +09:00
tox.ini Django 2.0 support and fix lower-constraints 2018-06-22 01:13:37 +09:00

README.rst

Team and repository tags

image

OpenStack Dashboard plugin for Watcher project

The Watcher dashboard is a Horizon plugin that will allow users to realize a wide range of cloud optimization goals.