We are psyched to announce the release of: heat-dashboard 1.0.1: Heat Management Dashboard This release is part of the queens release series. The source is available from: http://git.openstack.org/cgit/openstack/heat-dashboard Download the package from: https://tarballs.openstack.org/heat-dashboard/ Please report issues through launchpad: http://bugs.launchpad.net/heat-dashboard For more details, please see below. Changes in heat-dashboard 1.0.0..1.0.1 -------------------------------------- df306b6 Change location of conf files in README 9202017 Fix file path typo in devstack/plugin.sh d7704ef Ensure json files are provided in the package f86d5a5 Imported Translations from Zanata 4af156c Optimise how to retrieve pull-down options 6767da4 Include policy in tree for ease of deployment 0863111 Imported Translations from Zanata 3654a6b Updated from global requirements aa92a43 Modify select/change template modal description 7f62d8a Updated from global requirements c2740a2 Create doc/requirements.txt 1156076 Imported Translations from Zanata 34f1bd5 Imported Translations from Zanata 4783ec2 Imported Translations from Zanata d9f556e Update the home page Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + MANIFEST.in | 2 +- README.rst | 2 +- devstack/plugin.sh | 2 +- etc/heat_policy.json | 92 ---- heat_dashboard/conf/heat_policy.json | 92 ++++ .../stacks/templates/stacks/_change_template.html | 1 + .../stacks/templates/stacks/_select_template.html | 1 + heat_dashboard/content/template_generator/api.py | 425 +++++++++++------- heat_dashboard/content/template_generator/urls.py | 2 - heat_dashboard/content/template_generator/views.py | 8 +- .../_1699_orchestration_settings.py | 6 + heat_dashboard/locale/cs/LC_MESSAGES/django.po | 474 ++++++++++++++++++++ heat_dashboard/locale/de/LC_MESSAGES/django.po | 484 ++++++++++++++++++++ heat_dashboard/locale/de/LC_MESSAGES/djangojs.po | 45 ++ heat_dashboard/locale/en_AU/LC_MESSAGES/django.po | 475 ++++++++++++++++++++ heat_dashboard/locale/en_GB/LC_MESSAGES/django.po | 482 ++++++++++++++++++++ .../locale/en_GB/LC_MESSAGES/djangojs.po | 43 ++ heat_dashboard/locale/es/LC_MESSAGES/django.po | 445 +++++++++++++++++++ heat_dashboard/locale/fr/LC_MESSAGES/django.po | 481 ++++++++++++++++++++ heat_dashboard/locale/id/LC_MESSAGES/django.po | 472 ++++++++++++++++++++ heat_dashboard/locale/id/LC_MESSAGES/djangojs.po | 44 ++ heat_dashboard/locale/it/LC_MESSAGES/django.po | 443 +++++++++++++++++++ heat_dashboard/locale/ja/LC_MESSAGES/django.po | 473 ++++++++++++++++++++ heat_dashboard/locale/ko_KR/LC_MESSAGES/django.po | 480 ++++++++++++++++++++ .../locale/ko_KR/LC_MESSAGES/djangojs.po | 46 ++ heat_dashboard/locale/pl_PL/LC_MESSAGES/django.po | 447 +++++++++++++++++++ heat_dashboard/locale/pt/LC_MESSAGES/djangojs.po | 40 ++ heat_dashboard/locale/pt_BR/LC_MESSAGES/django.po | 482 ++++++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/djangojs.po | 45 ++ heat_dashboard/locale/ru/LC_MESSAGES/django.po | 489 +++++++++++++++++++++ heat_dashboard/locale/tr_TR/LC_MESSAGES/django.po | 472 ++++++++++++++++++++ heat_dashboard/locale/zh_CN/LC_MESSAGES/django.po | 471 ++++++++++++++++++++ heat_dashboard/locale/zh_TW/LC_MESSAGES/django.po | 464 +++++++++++++++++++ .../js/components/agent.module.js | 12 +- .../js/components/agent.module.spec.js | 20 + .../js/components/dependson.directive.js | 10 +- heat_dashboard/test/test_data/cinder_data.py | 209 +++++++++ heat_dashboard/test/test_data/glance_data.py | 426 ++++++++++++++++++ heat_dashboard/test/test_data/neutron_data.py | 119 +++++ heat_dashboard/test/test_data/nova_data.py | 201 +++++++++ heat_dashboard/test/test_data/utils.py | 9 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 61 +++ .../source/locale/id/LC_MESSAGES/releasenotes.po | 61 +++ .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 63 +++ .../locale/pt_BR/LC_MESSAGES/releasenotes.po | 61 +++ setup.cfg | 2 +- test-requirements.txt | 3 - tox.ini | 2 + 52 files changed, 9521 insertions(+), 285 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0eb220f..fd81553 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24,3 +23,0 @@ openstack.nose-plugin>=0.7 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 -sphinx>=1.6.2 # BSD