Difference between revisions of "Troubleshooting: Failing Heat api services"
Jump to navigation
Jump to search
(Created page with "Had a failing Heat api services in the Cork controller node. Here is how I fixed this: Make sure you have the api-paste.ini file in place: <syntaxhighlight> [root@controller01 ~] ls /et...") |
(No difference)
|
Latest revision as of 17:39, 16 January 2017
Had a failing Heat api services in the Cork controller node. Here is how I fixed this:
Make sure you have the api-paste.ini file in place:
[root@controller01 ~] ls /etc/heat/
api-paste.ini environment.d heat.conf policy.json templatesAlso:
pip uninstall oslo.middleware
pip install oslo.middleware==3.8.0
pip install --upgrade osprofiler