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:
Steve Lewis
2015-03-16 19:39:20 -05:00
parent c82787b7c4
commit 8da17909bf
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ is_metal: true
## Verbosity Options
debug: False
verbose: True
nova_fatal_deprecations: False
## System info
nova_system_user_name: nova

View File

@@ -7,6 +7,7 @@
# Logs / State
debug = {{ debug }}
verbose = {{ verbose }}
fatal_deprecations = {{ nova_fatal_deprecations }}
log_dir = /var/log/nova
state_path = {{ nova_system_home_folder }}
lock_path = /var/lock/nova