Current Series Release Notes¶
0.0.0¶
New Features¶
Added new variable
blazar_nova_aggregate_namethat 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_pluginsthat 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_serversvariable.
Added variable
blazar_policy_overridesthat 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_pluginsvariable to change the list of enabled plugins if needed.
Deprecation Notes¶
The log path,
/var/log/blazaris 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
/v1by default
Blazar service authentication was fixed
Other Notes¶
uWSGI support was implemented to os_blazar role.