Heat dashboard crashes because of syntax error in _1699_orchestration_settings.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-horizon |
Fix Released
|
Critical
|
Takashi Kajinami |
Bug Description
Currently horizon can't start up properly when heat dashboard is enabled.
~~~
Can not exec settings snippet _1699_orchestra
Traceback (most recent call last):
File "/usr/share/
exec(f.read())
File "<string>", line 29
'level': 'INFO',
^
SyntaxError: invalid syntax
~~~
The error is caused by missing comma in the handlers line.
https:/
~~~
settings.
'heatclient': {
# 'handlers': ['console'],
'handlers': ['file']
# level': 'DEBUG',
'level': 'DEBUG',
}
})
~~~
Changed in puppet-horizon: | |
importance: | Undecided → Critical |
assignee: | nobody → Takashi Kajinami (kajinamit) |
Fix proposed to branch: master /review. opendev. org/c/openstack /puppet- horizon/ +/834745
Review: https:/