Troubleshooting: Failing Heat api services

From Define Wiki
Revision as of 17:39, 16 January 2017 by K mouza (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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  templates

Also:

pip uninstall oslo.middleware
pip install oslo.middleware==3.8.0
pip install --upgrade osprofiler