Merge "Add Skyline highlights (Antelope release)"

This commit is contained in:
Zuul 2023-02-24 17:27:52 +00:00 committed by Gerrit Code Review
commit bf286ea132
2 changed files with 14 additions and 0 deletions

View File

@ -5,3 +5,7 @@ team: skyline
type: service
repository-settings:
openstack/skyline-apiserver: {}
cycle-highlights:
- Support keystone ssl verify. Add configuration item cafile to skyline configuration file.
- Add log_file config into skyline.yaml.sample. Now the log path of skyline is log_dir with log_file, no other hardcode path.
- The nginx.conf.j2 support both http and https. By default is http.

View File

@ -5,3 +5,13 @@ team: skyline
type: service
repository-settings:
openstack/skyline-console: {}
cycle-highlights:
- Support some new params when create the zun container.
- Optimize ID/Name column in the tables.
- Support custom button in the upload form item.
- Support Flavor add CPU and memory search filters.
- Support the global navigation at the top-left position of the page.
- Support progress add abort when use modal form to download file.
- Support create cluster instance from template list.
- Support Magnum in administrator platform.
- Support upgrade cluster and show quota info when resize cluster.