[new][watcher] watcher-dashboard 0.6.0 release (ocata)
We are high-spirited to announce the release of: watcher-dashboard 0.6.0: Watcher Management Dashboard This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/watcher-dashboard/ For more details, please see below. Changes in watcher-dashboard 0.5.0..0.6.0 ----------------------------------------- 592b867 Updated from global requirements 1a900cf Added the audit scope field in dashboard b7a2b73 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 5 ++- test-requirements.txt | 4 +- watcher_dashboard/api/watcher.py | 27 ++++++-------- watcher_dashboard/content/audit_templates/forms.py | 28 ++++++++++++-- .../content/audit_templates/tables.py | 1 - watcher_dashboard/content/audit_templates/views.py | 4 ++ watcher_dashboard/content/audits/forms.py | 1 - .../templates/infra_optim/actions/details.html | 2 - .../infra_optim/audit_templates/_create.html | 43 +++++++++++++++++++++- .../infra_optim/audit_templates/details.html | 2 + .../templates/infra_optim/audits/details.html | 2 - watcher_dashboard/test/settings.py | 1 + watcher_dashboard/test/test_data/watcher_data.py | 11 ++---- 15 files changed, 100 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d51c75f..9aac6b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -11 +11 @@ httplib2>=0.7.5 # MIT -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 @@ -12,0 +13 @@ pytz>=2013.6 # MIT +PyYAML>=3.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 70467cb..638f1e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ hacking<0.11,>=0.10.2 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -26 +26 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org