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
This commit is contained in:
parent
6bc1b777fe
commit
bccc7c467d
@ -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("', '") %>'],
|
||||
|
Loading…
Reference in New Issue
Block a user