We are tickled pink to announce the release of: horizon 11.0.3: OpenStack Dashboard This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/horizon/ For more details, please see below. 11.0.3 ^^^^^^ New Features ************ * Added a new "create_volume" setting under the "LAUNCH_INSTANCE_DEFAULTS" dict. This allows you to set the default value of "Create Volume", when Cinder is available. Bug Fixes ********* * Previously horizon assumes only "volume" as an endpoint for the Cinder regardless of the API version. As a result, if deployers configure Cinder v2/v3 API endpoint as "volumev2" or "volumev3", Volume related menus -- "Create Volume from instance snapshot" and "Create instance from Volume" -- were not displayed. Horizon now checks the availability of the Block Storage service by looking for all posible endpoints "volume", "volumev2" and "volumev3". Changes in horizon 11.0.2..11.0.3 --------------------------------- 8eb4ff5 Imported Translations from Zanata fe27a47 Reject result when createImage call has error 32b9d5c Make the "Select Boot Source" order deterministic 6c0ec31 Add config for default create volume option 7c2cd41 Change checking cinder v1 to check v2 in panels bfe58d2 Fix styles for error page template afb31d5 Fix instance launch dialog under MSIE11 a689d69 Make UpdateDefaultQuotas handling more robust to missing form fields aa1ea28 keystone api: Fix a typo that broke the check for MULTIDOMAIN_SUPPORT Diffstat (except docs and test files) ------------------------------------- openstack_dashboard/api/keystone.py | 2 +- .../dashboards/admin/defaults/workflows.py | 26 ++++++++------- .../launch-instance-model.service.js | 25 ++++++++++++-- .../launch-instance-model.service.spec.js | 29 ++++++++++++++++- .../launch-instance/source/source.controller.js | 6 ++-- .../source/source.controller.spec.js | 2 +- .../local/local_settings.py.example | 1 + .../locale/cs/LC_MESSAGES/django.po | 18 ++-------- .../locale/de/LC_MESSAGES/django.po | 30 ++--------------- .../locale/en_AU/LC_MESSAGES/django.po | 28 ++-------------- .../locale/en_GB/LC_MESSAGES/django.po | 28 ++-------------- .../locale/fr/LC_MESSAGES/django.po | 28 ++-------------- .../locale/id/LC_MESSAGES/django.po | 28 ++-------------- .../locale/it/LC_MESSAGES/django.po | 18 ++-------- .../locale/ja/LC_MESSAGES/django.po | 27 ++------------- .../locale/ko_KR/LC_MESSAGES/django.po | 38 ++++++++-------------- .../locale/ko_KR/LC_MESSAGES/djangojs.po | 13 ++++---- .../locale/pt_BR/LC_MESSAGES/django.po | 18 ++-------- .../locale/ru/LC_MESSAGES/django.po | 28 ++-------------- .../locale/zh_CN/LC_MESSAGES/django.po | 22 ++----------- .../locale/zh_TW/LC_MESSAGES/django.po | 18 ++-------- .../core/images/actions/create-volume.service.js | 8 ++++- .../core/openstack-service-api/glance.service.js | 3 +- .../openstack-service-api/glance.service.spec.js | 19 ++++++++--- .../app/core/openstack-service-api/nova.service.js | 10 ++---- openstack_dashboard/templates/500.html | 6 ++-- ...789-volume-v2-v3-endpoint-e48a0a62f85b5207.yaml | 10 ++++++ .../notes/bug-1678109-4440ebe90908647d.yaml | 5 +++ 29 files changed, 167 insertions(+), 332 deletions(-)