2023.1 Series Release Notes

2.0.0

New Features

  • Added api_prefix forwarding to the nginx configuration file. Now You can visit the API doc https://<ip_address>:9999/api/openstack/skyline/docs.

  • 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, if we do not supply the ssl_certfile and ssl_keyfile, nginx will use http.

  • Support keystone ssl verify. Add configuration item cafile to skyline configuration file.