tempest/releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml
zhufl dc68af740b Set CONF.image_feature_enabled.api_v1 default to False
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
2018-09-07 17:31:40 +08:00

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.