Zed Series Release Notes

1.0.0

New Features

  • Support SSO login via OpenID connect.

    1. If Web SSO login is successfully configured on the back-end, you can select a login mode on the login page based on the configuration. The default login mode is Keystone authentication. If you select the Web SSO login mode, click Login button will switch to the Web SSO configuration page.

    2. If SSO is not configured on the back-end, the front-end will directly display the user + password login mode (Keystone authentication). You do not need to select the login mode.

  • Support to integrate with keystone, such as users, projects, roles, user groups, etc.

  • Support to integrate with nova, such as instances, instance snapshots, flavors, instance groups, hypervisors, host aggregates, etc.

  • Support to integrate with cinder, such as volumes, volume snapshots, volume backups, volume types, etc.

  • Support to integrate with glance, such as images, etc.

  • Support to integrate with neutron, such as networks, floating ips, ports, routers, security groups, etc.

  • Support to integrate with octavia, such as loadbalancers, listeners, pools, members, etc.

  • Support to integrate with manila, such as shares, share types, share group types, share networks, share servers, share instances, share groups, etc.

  • Support to integrate with ironic, such as nodes, etc.

  • Support to integrate with heat, such as stacks, etc.

  • Support to integrate with zun, such as containers, capsules, etc.

  • Support to integrate with magnum, such as clusters, clustertemplates, etc.

  • Support to integrate with trove, such as instances, backups, configurations, etc.

  • Support to integrate with skyline, such as login, profile, sso(openid), prometheus, etc.

Bug Fixes

  • Bug #1939984:

    Add support for no-cinder scenaio

    1.Update base client to support service disable

    2.Remove volume in create instance if no-cinder

    3.Remove volume and other cinder services in overview page if no-cinder

    4.Remove some storage services if no-cinder

    5.Remove volume in monitor centers if no-cinder