Current Series Release Notes¶
0.0.0¶
New Features¶
Added new variable
blazar_nova_aggregate_name
that allows to control Nova aggregate name for Blazar. When is not False (default value ‘freepool’), aggregate in topic will be created during deployment.
Implements variable
blazar_manager_plugins
that allows to configure list of enabled plugins for Blazar.
Blazar now using memcached for token caching. List of memcached servers can be controlled using
blazar_memcached_servers
variable.
Added variable
blazar_policy_overrides
that aims to allow deploying policy.yaml file with provided overrides for Blazar service.
Upgrade Notes¶
Floating IP plugin for Blazar (virtual.floatingip.plugin) is now enabled by default. Use
blazar_manager_plugins
variable to change the list of enabled plugins if needed.
Deprecation Notes¶
The log path,
/var/log/blazar
is no longer used to capture service logs. All logging for the blazar service will now be sent directly to the systemd journal.
Bug Fixes¶
Blazar endpoints are now versioned and were suffixed with
/v1
by default
Blazar service authentication was fixed
Other Notes¶
uWSGI support was implemented to os_blazar role.