Yoga Series Release Notes¶
7.0.0¶
New Features¶
Adds support for API microversion 1.2 with
enabled
flag for segments. Blueprint enable-to-segment
Upgrade Notes¶
The legacy Masakari client (invoked by calling
masakari
as opposed toopenstack
) has been removed. It has been deprecated since Stein.
6.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. Last release of python-masakariclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6.
5.4.0¶
New Features¶
The 1.1 microversion is now supported. This introduces the following changes:
User can get the progress_details of the notification in microversion 1.1. The default version is set to 1.1 if not provided.
Deprecation Notes¶
The masakari CLI is now deprecated. This is the signal that it is time to start using the openstack CLI. No new features will be added to the masakari CLI.
5.3.0¶
New Features¶
Added
--os-region-name
and--os-interface
options to select which endpoint it should use to connect to the masakari service. If masakari services are running in multiple regions of your cloud, you can specify –os-region-name in order to get OpenStack service client for the specified region. By default, keystoneauth always selects public interface endpoint from the service catalog. Now you can also specify admin or internal in the –os-interface option.