python-masakariclient/releasenotes/notes/add-version-support-for-progress-details-recovery-workflows-06614c76d44e64ff.yaml
openstack 2475bf1ba2 Display progress_details of the notification
Added 1.1 microversion support which will display `progress_details`
of the notification.

Note: Referred APIVersion class from python-novaclient [1].

[1]: https://github.com/openstack/python-novaclient/blob/master/novaclient/api_versions.py#L42

Depends-On: I93c1b7d88823e02d9a02855cabb8b22c9e40a7d5
Implements: bp progress-details-recovery-workflows
Change-Id: I9ba787bc8ef9528a7cff5b4c1411dffa454b66d2
2019-03-08 07:20:00 +00:00

8 lines
243 B
YAML

---
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.