59fdd2a210
The word "Switch" is misspelled as "Swich" in one of the releasenotes. This patch corrects the typo. Change-Id: I8202f5fb47c83a6691765e0c1974c3dca3b6e80e
11 lines
366 B
YAML
11 lines
366 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Image APIs in compute are deprecated, Image native APIs are recommended.
|
|
And Glance v1 APIs are deprecated and v2 APIs are current. Image client
|
|
compute_images_client and Glance v1 APIs are removed in volume tests.
|
|
upgrade:
|
|
- |
|
|
Switch to use Glance v2 APIs in volume tests, by adding the Glance v2
|
|
client images_client.
|