Merge "Enable response validation in Keystone"

This commit is contained in:
Zuul
2025-11-14 14:20:56 +00:00
committed by Gerrit Code Review

View File

@@ -195,6 +195,10 @@ function configure_keystone {
iniset $KEYSTONE_CONF cache backend $CACHE_BACKEND
iniset $KEYSTONE_CONF cache memcache_servers $MEMCACHE_SERVERS
# Enable errors if response validation fails. We want this enabled in CI
# and development contexts to highlights bugs in our response schemas.
iniset $KEYSTONE_CONF api response_validation error
iniset_rpc_backend keystone $KEYSTONE_CONF oslo_messaging_notifications
local service_port=$KEYSTONE_SERVICE_PORT