Current Series Release Notes¶
6.1.0-1¶
Prelude¶
- Share migration APIs have graduated from their experimental feature state from API version
2.96. The share migration actions (migration_start,migration_complete,migration_cancel,migration_get_progressandreset_task_state) no longer require the inclusion of theX-OpenStack-Manila-API-Experimentalheader in API requests starting at version2.96. Older microversions continue to send the experimental header for backward compatibility.
6.1.0¶
Bug Fixes¶
In addition to existing “–os-endpoint-override” option to override API endpoint, user can also use export variable. For example, use “export OS_SHARED_FILE_SYSTEM_ENDPOINT_OVERRIDE=<endpoint_url>” and then use “openstack share list” command to refer different Manila API endpoint.