Victoria Series Release Notes¶
17.3.0¶
New Features¶
Add support to configure service_token_roles in authtoken middleware.
Add mysql_enable_ndb parameter to select mysql storage engine.
Upgrade Notes¶
The following deprecated parameters have been removed. The new per_tenant parameters should be used instead.
trove::quota::max_instances_per_usertrove::quota::max_volumes_per_usertrove::quota::max_backups_per_user
17.2.0¶
New Features¶
The new
trove::keystone::authtoken::interfaceparameter has been added, which can be used to set the interface parameter in authtoken middleware.
17.1.0¶
New Features¶
The following classes have been added to set parameters to define service credentials.
trove::api::service_credentialstrove::conductor::service_credentialstrove::guestagent::service_credentialstrove::taskmanager::service_credentials
Deprecation Notes¶
The following parameters in
troveclass has been deprecated and will be removed in a future release. Use the parameters introve::authclass to set required parameters for keystone v3 auth.nova_proxy_admin_usernova_proxy_admin_passnova_proxy_admin_tenant_nameos_region_name
The auto detection of auth_url parameter from www_authenticate_uri is deprecated and will be removed in a future release. Please set auth_url parameter before the detection is removed.
The
trove::guestagent::auth_urlparmaeter has been deprecated. Usetrove::taskmanager::service_credentials::auth_urlinstead.