0eaf2c95d3
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
7 lines
206 B
YAML
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.
|