Fix missing comma causing syntax error

This fixes one missing comma in octavia dashboard configuration to
fix the syntax error.

Closes-Bug: #2015271
Change-Id: If896f922db09396415a095fb9a8062eca32a9d06
(cherry picked from commit bccc7c467d)
(cherry picked from commit 1c961e17d5)
(cherry picked from commit dd00bbd616)
(cherry picked from commit 21224897e7)
(cherry picked from commit 1300d5230d)
This commit is contained in:
Takashi Kajinami 2023-04-05 00:25:01 +09:00
parent d8e53f6eac
commit 8074e69b4e

View File

@ -15,7 +15,7 @@ settings.DEFAULT_POLICY_FILES.update({
# 'handlers': ['console'],
# 'level': 'DEBUG',
# 'propagate': False,
# }
# },
# 'barbicanclient': {
# 'handlers': ['console'],
# 'level': 'DEBUG',
@ -29,7 +29,7 @@ settings.LOGGING['loggers'].update({
# level': 'DEBUG',
'level': '<%= @log_level %>',
'propagate': False,
}
},
'barbicanclient': {
# 'handlers': ['console'],
'handlers': ['<%= @log_handlers.join("', '") %>'],