Hide Forgot
Description of problem: sudo service --status-all | grep openstack shows no heat services but they are there: sudo service --status-all | grep heat heat-api (pid 25695) is running... heat-api-cfn is stopped heat-api-cloudwatch is stopped heat-engine (pid 25740) is running... Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.sudo service --status-all | grep openstack 2. 3. Actual results: shows no heat services Expected results: openstack-heat-api (and others) Additional info:
$ sudo service heat-api-cfn status heat-api-cfn: unrecognized service $ sudo service openstack-heat-api-cfn status heat-api-cfn is stopped ls /etc/init.d/openstack-heat-* /etc/init.d/openstack-heat-api /etc/init.d/openstack-heat-api-cloudwatch /etc/init.d/openstack-heat-api-cfn /etc/init.d/openstack-heat-engine (it must just be the way it's printed out) - still confusing.
All openstack services should have same look and feel as shipped in RHOS or it could confuse customers as it has Angus :). This includes how they are viewed in systemd/init tools. Jeff, Can you have a look at fixing this? Thanks -steve
Nice: I updated and now: service --status-all | grep openstack [snip] openstack-glance-scrubber is stopped openstack-heat-api (pid 9162) is running... openstack-heat-api-cfn (pid 9205) is running... openstack-heat-api-cloudwatch (pid 9243) is running... openstack-heat-engine (pid 9129) is running... openstack-nova-api (pid 22047) is running... [snip]
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html