Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com> Change-Id: I20e31d0c2176eec225568f633dd839117737f169
This commit is contained in:
parent
97a2c6d2bf
commit
88ba72f931
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- Added DISPLAY_MURANO_REPO_URL, that will be used as a
|
|
||||||
user-visible link to apps.openstack.org or any other murano
|
|
||||||
apps repository,
|
|
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Specifying a base class in the ui definition now also fetches all the packages with classes
|
- Specifying a base class in the UI definition now also fetches all the packages with classes
|
||||||
that inherit from that class, when glare is used.
|
that inherit from that class, when glare is used. For example, if you
|
||||||
|
specify the 'io.example.Parent' class, the dashboard
|
||||||
|
fetches 'io.example.Child1' and 'io.example.Child2', and any other
|
||||||
|
descendants of 'io.example.Parent' that are present.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Fix Downloading Package blocks downloading next package.
|
- Fixed the issue with sequential download of packages.
|
||||||
Use 'tables.LinkAction' instead of 'tables.Action' for
|
Dashboard is now using 'tables.LinkAction' instead of 'tables.Action' for
|
||||||
DownloadPackage table action.
|
DownloadPackage table action.
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Added ``DISPLAY_MURANO_REPO_URL`` setting that is used as a
|
||||||
|
user-visible link to ``apps.openstack.org`` or any other murano
|
||||||
|
applications repository.
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- import horizon filters for murano-dashboard, So
|
- Fixed the issue that prevented the murano dashboard
|
||||||
murano-dashboard templates can use horizon register filters,
|
from finding certain horizon filters,
|
||||||
such as parse_isotime, timesince_or_never, etc
|
such as 'parse_isotime', 'timesince_or_never', and others.
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- Added possibility for user to select several environments and execute
|
- Added the capability to execute actions (delete, abandon or deploy)
|
||||||
one of the three actions to all of them at once (delete, abandon or
|
on multiple selected environments.
|
||||||
deploy).
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Fixed password-checking in dynamic UI forms by using just type of the
|
- Fixed the password check in dynamic UI forms. Previously,
|
||||||
field rather than type and ending of field id to determine the password
|
the dashboard did not validate the password fields with IDs not ending with 'password'.
|
||||||
field. Previously password fields with the ids not ending with
|
Now, to determine whether to add default password validators to the field or not,
|
||||||
'password' were not validated by javascript.
|
the dashbord only checks the field type itself, instead of both field type and ending of the field ID.
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
- Environment components page reloads after deployment of
|
- The :guilabel:`Environment components` page now reloads after an empty environment deployment.
|
||||||
empty environment. It allows to add new components to
|
This allows adding new components to the empty environment without having to reload the page manually.
|
||||||
the empty environment without manual page refresh.
|
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- murano-dashboard now use local_settings.d dir for
|
- Murano dashboard now comes with the ``muranodashboard/local/local_settings.d/_50_murano.py``
|
||||||
its own config snippet from Horizon.
|
file that contains murano-specific settings for horizon
|
||||||
|
(for example, ``MURANO_API_URL``).
|
||||||
|
upgrade:
|
||||||
|
- Previously all murano-specific horizon settings had to be kept in ``local_settings.py``
|
||||||
|
file of Horizon. You need to remove those settings from local_settings.py and
|
||||||
|
copy ``muranodashboard/local/local_settings.d/_50_murano.py``
|
||||||
|
to ``openstack_dashboard/local/local_settings.d/`` directory in horizon and keep all
|
||||||
|
murano-related changes there.
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
fixes:
|
||||||
features:
|
- Improved the performance of the :guilabel:`Recent Activity` panel on
|
||||||
- Improved the performance of 'Recent Activity' panel at the
|
the :guilabel:`Browse Catalog` page.
|
||||||
'Browse Catalog' page.
|
|
||||||
It was done with refactoring single request for every latest app
|
|
||||||
with single for all, using new API 'in' operator.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Previously on user relogin changes to the environment made in the
|
- Fixed the issue that reset all environment changes from the
|
||||||
previous session (adding or removing components without deploying) were
|
previous session (adding or removing components without deployment) after consequent login.
|
||||||
not saved but environment status was updated. Now status of environment is
|
Also, the :guilabel:`Ready to deploy` status now only displays if there are changes pending in the current session.
|
||||||
'Ready to deploy' only in case when current services list is not equal to
|
|
||||||
the list of last deployed services.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user