Remove useless parameters for Ceilometer

Because ceilometer client and api no longer exists, we can remove
parameters for these modules.

Change-Id: Idb96c7eb0a7bc2f86216a99d3f81c29e8643ee15
This commit is contained in:
Takashi Kajinami 2020-05-20 21:56:48 +09:00
parent 434b21d0ec
commit 482d061f9c
1 changed files with 0 additions and 8 deletions

View File

@ -661,7 +661,6 @@ POLICY_FILES_PATH = '/etc/openstack-dashboard'
# 'image': 'glance_policy.json',
# 'orchestration': 'heat_policy.json',
# 'network': 'neutron_policy.json',
# 'telemetry': 'ceilometer_policy.json',
#}
<% if @policy_files.kind_of?(Hash) %>
POLICY_FILES = {
@ -799,13 +798,6 @@ LOGGING = {
'level': '<%= @log_level %>',
'propagate': False,
},
'ceilometerclient': {
# 'handlers': ['console'],
'handlers': ['<%= @log_handler %>'],
# 'level': 'DEBUG',
'level': '<%= @log_level %>',
'propagate': False,
},
'troveclient': {
# 'handlers': ['console'],
'handlers': ['<%= @log_handler %>'],