Enable fatal_deprecations configuration per OpenStack service
Introduced namespaced variables for all OpenStack services supporting this setting as defined through oslo libraries. Default value is False in each case. Gating commit checks now enable the fatal_deprecations setting for each supporting service. Closes Bug: 1428412 Change-Id: I5f41d3fdfa1cc876efc0c33c657c9dad18a8ba51
This commit is contained in:
parent
24b09a92c5
commit
b4a68beb65
@ -19,6 +19,7 @@ is_metal: true
|
||||
## Verbosity Options
|
||||
debug: False
|
||||
verbose: True
|
||||
glance_fatal_deprecations: False
|
||||
|
||||
## System info
|
||||
glance_system_user_name: glance
|
||||
|
@ -7,6 +7,7 @@
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
log_file = /var/log/glance/glance-api.log
|
||||
fatal_deprecations = {{ glance_fatal_deprecations }}
|
||||
use_syslog = False
|
||||
bind_host = {{ glance_api_bind_address }}
|
||||
bind_port = {{ glance_api_service_port }}
|
||||
|
@ -6,6 +6,7 @@
|
||||
[DEFAULT]
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
fatal_deprecations = {{ glance_fatal_deprecations }}
|
||||
log_file = /var/log/glance/glance-registry.log
|
||||
use_syslog = False
|
||||
bind_host = {{ glance_registry_bind_address }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user