openstacksdk/releasenotes/notes/remove-block-store-details-classes-158ab1f46655320a.yaml
Artem Goncharov 0eaf2c95d3 Deprecate VolumeDetail and BackupDetail classes
We have introduced altering base_path for operations on resources. 
Volumes and Backups were not switched to this new method and were still 
relying on returning inherited classes VolumeDetail and BackupDetail. 
This change allow doing any supported operation on a resource returned 
by list immediately without any conversion or re-fetch.

Change-Id: Ia095c53f1d04f1c119c6a6f8a38c5bfd60dc8a67
2019-03-09 11:12:38 +01:00

7 lines
206 B
YAML

---
deprecations:
- |
Requesting volumes or backups with details from block_storage will return
objects of classes Volume and Backup correspondingly, instead
of VolumeDetail and BackupDetail.