Description of problem: After deploying OSP8 using director, the openstack-nova-cert service is dead on the controller. [root@overcloud-controller-0 ~]# systemctl status openstack-nova-cert ● openstack-nova-cert.service - OpenStack Nova Cert Server Loaded: loaded (/usr/lib/systemd/system/openstack-nova-cert.service; disabled; vendor preset: disabled) Active: inactive (dead) This causes the following tempest failures: tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON.test_create_root_certificate tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON.test_get_root_certificate Once manually starting the service, the tests pass. How reproducible: 100% Steps to Reproduce: 1. deploy OSP8 using director 2. run the above tempest tests
*** This bug has been marked as a duplicate of bug 1314711 ***