dc68af740b
Glance v1 APIs are deprecated and v2 APIs are current one, but CONF.image_feature_enabled.api_v1 now defaults to True, so CONF.image_feature_enabled.api_v1 must be explicitly set to False in tempest.conf to avoid using api_v1, which is annoying. So this is to set CONF.image_feature_enabled.api_v1 default to False. Change-Id: Iab3a209c744375bf2618afc00a3f7731b62f557e
8 lines
257 B
YAML
8 lines
257 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Changed the default value of 'api_v1' config option in the
|
|
'image-feature-enabled' group to False from True, because
|
|
glance v1 APIs are deprecated. Please set True explicitly
|
|
on the option if still testing glance v1 APIs.
|