2 Commits

Author SHA1 Message Date
Felipe Monteiro
59fdd2a210 Fix recent releasenotes typo
The word "Switch" is misspelled as "Swich" in one of the
releasenotes. This patch corrects the typo.

Change-Id: I8202f5fb47c83a6691765e0c1974c3dca3b6e80e
2017-04-30 20:06:40 +01:00
jeremy.zhang
cb0dd583a0 Use image native api in volume tests
Image APIs in compute has been deprecated, just like volume extension
(os-volumes, os-snapshots), networks(os-networks), etc. Image native APIs
are recommended. And Glance V1 APIs are deprecated and v2 are current.
This patch substitue the old compute_image_client and remove Glance v1
APIs in volume tests, just use Glance v2 APIs.

Change-Id: I2cbae9775d54da40cc6af8a247a8113dde2a5579
2017-04-25 08:48:38 +08:00