2024.1 Series Release Notes¶
18.0.0¶
升级说明¶
The deprecated certificate order resource was removed. Because of this, create order API no longer accepts
certificate
type.
The certificate plugin and the certificate event plugin were both removed, because these were used for deprecated certificate resources.
The
token_label
option in the PKCS#11 driver has been removed.
弃用说明¶
The following database options in the
[DEFAULT]
section were renamed and moved to the[database]
section.[DEFAULT] sql_connection
was renamed to[database] connection
[DEFAULT] sql_idle_timeout
was renamed to[database] connection_recycle_time
[DEFAULT] sql_max_retries
was renamed to[database] max_retries
[DEFAULT] sql_retry_interval
was renamed to[database] retry_interval
[DEFAULT] sql_pool_size
was renamed to [database] max_pool_size`[DEFAULT] sql_pool_max_overflow
was renamed to[database] max_overflow
Security Issues¶
This release uses Secure RBAC by default (See: https://governance.openstack.org/tc/goals/selected/consistent-and-secure-rbac.html ) To opt out of this change and continue using the legacy policies set enforce_new_defaults=False and enforce_scope=False in the [oslo_policy] section of barbican.conf.