Victoria Series Release Notes¶
3.0.0¶
升级注记¶
Python 2.7 support has been dropped. Last release of heat-dashboard to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by heat-dashboard is Python 3.6.
1.1.0¶
升级注记¶
如果需要把 queens heat-dashboard 升级到 rocky,则需要把最新的启用文件 (_1650_project_template_generator_panel.py) 再次复制到 horizon/openstack_dashboard/enabled 目录中。在 rocky 版本中,template generator 的启用文件有了很大的变化,它与 queens 版本的 heat-dashboard 不兼容。这个变化的背景是,为了遵循 Horizon 的贡献规则,开始使用 SCSS 和 xstatic 模块来替代 CSS 和内嵌的 JavaScript 文件。 [bug 1753919] [bug 1755140] [bug 1755308]
1.0.0¶
前奏¶
在 OpenStack Dashboard 中对 Heat 的支持现在被分离到一个独立的 python 软件包中。
新功能¶
在 OpenStack Dashboard 中对 Heat 的支持现在被分离到一个名为
heat-dashboard
的独立软件包中。在把 OpenStack Dashboard 升级到 Queens 版本后,需要安装heat-dashboard
,并为 Heat Dashboard 添加enabled
文件。如需了解相关的详细信息,请参阅 https://docs.openstack.org/heat-dashboard/latest/。
新添加了一个
Template Generator
面板。它并不是只针对安装的过程。在安装了 heat-dashboard 后,这个面板会和Stacks
、Resource Types
和Template Versions
一起显示。