Description of problem: Running 'openstack-service restart' causes an error: $ sudo openstack-service restart Failed to restart openstack-zaqar@.service: Unit name openstack-zaqar@.service is missing the instance name. See system logs and 'systemctl status openstack-zaqar@.service' for details. $ systemctl status openstack-zaqar@.service Failed to get properties: Unit name openstack-zaqar@.service is missing the instance name. I have 3 services running that belog to zaqar: openstack-zaqar.service openstack-zaqar system-openstack\x2dzaqar.slice Version-Release number of selected component (if applicable): I don't know which package owns openstack-service (couldn't find it with yum whatprovides) How reproducible: 100% Steps to Reproduce: 1. Run 'openstack-service restart'
Looks like this belongs to the openstack-utils component [1], I'll move the bug - I'm not sure about the DFG though. [1] https://github.com/redhat-openstack/openstack-utils/blob/master/utils/openstack-service
openstack-utils is not installed by default and not actively maintained. It is in the Developer tools/utilities channel which has lower support than our main channel. Please use systemctl directly to manage services. openstack-service specifically knows nothing about pacemaker and doesn't handle this correctly if a service is in pacemaker, so we should avoid it's use in general.
Reported upstream https://github.com/redhat-openstack/openstack-utils/issues/25