Victoria Series Release Notes¶
17.5.0¶
New Features¶
The new
watcher::keystone::authtoken::service_type
parameter has been added to configure the service_type parameter in authtoken middleware.
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 rpc_cast_timeout, rpc_poll_timeout, rpc_zmq_bind_address, rpc_zmq_bind_port_retries, rpc_zmq_concurrency, rpc_zmq_contexts, rpc_zmq_host, rpc_zmq_ipc_dir, rpc_zmq_matchmaker, rpc_zmq_max_port, rpc_zmq_min_port, rpc_zmq_topic_backlog, use_pub_sub and zmq_target_expire parameters in watcher init class is removed.
The database_min_pool_size parameter in watcher::db class is removed.
17.2.0¶
New Features¶
The new
watcher::keystone::authtoken::interface
parameter has been added, which can be used to set the interface parameter in authtoken middleware.
Bug Fixes¶
In wsgi configuration, now workers is used to define concurrency by default instead of threads, to be consistent with the other puppet modules.