We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a18166 + 3566a15 commit c50ebf0Copy full SHA for c50ebf0
lib/nova
@@ -453,6 +453,10 @@ function create_nova_conf {
453
iniset $NOVA_CONF DEFAULT metadata_listen "$NOVA_SERVICE_LISTEN_ADDRESS"
454
iniset $NOVA_CONF DEFAULT shutdown_timeout $NOVA_SHUTDOWN_TIMEOUT
455
456
+ # Enable errors if response validation fails. We want this enabled in CI
457
+ # and development contexts to highlights bugs in our response schemas.
458
+ iniset $NOVA_CONF api response_validation error
459
+
460
iniset $NOVA_CONF key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager
461
462
iniset $NOVA_CONF DEFAULT report_interval $NOVA_SERVICE_REPORT_INTERVAL
0 commit comments