Bug 1006868

Summary: heat-api and heat-engine [havana][packstack] try to load heat-api.conf and heat-engine.conf
Product: [Community] RDO Reporter: stefano.zilli
Component: openstack-heatAssignee: Jeff Peeler <jpeeler>
Status: CLOSED CURRENTRELEASE QA Contact: Amit Ugol <augol>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: augol, Jan.van.Eldik, jpeeler, sdake, shardy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-28 20:36:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description stefano.zilli 2013-09-11 12:24:08 UTC
Description of problem:
heat-api init script fails to start as it tries to load the heat-api.conf that is now merged with heat.conf

Version-Release number of selected component (if applicable):
openstack-heat-api 0.5.b3.el6

How reproducible:
100%

Actual results:
 Traceback (most recent call last):
 File "/usr/bin/heat-api", line 49, in <module>
    cfg.CONF(project='heat', prog='heat-api')
 File "/usr/lib/python2.6/site-packages/oslo/config/cfg.py", line 1597, in __call__
    raise ConfigFilesNotFoundError(self._namespace.files_not_found)
 oslo.config.cfg.ConfigFilesNotFoundError: Failed to read some config files: /etc/heat/heat-api.conf

Comment 1 Jeff Peeler 2013-09-11 15:32:38 UTC
*** Bug 1006923 has been marked as a duplicate of this bug. ***

Comment 2 Steven Dake 2013-09-11 18:34:47 UTC
Jeff,

I think this is a bug in the systemd scripts.  Could you fix?