fix: LOG exceptions from trying to create a cert through akamai
Change-Id: Icf12860db0cfd16432a62c10be6c0d8135593c84
This commit is contained in:
@@ -604,6 +604,7 @@ class ServiceController(base.ServiceBase):
|
||||
(cert_obj.domain_name)
|
||||
})
|
||||
except Exception as e:
|
||||
LOG.exception(e)
|
||||
return self.responder.ssl_certificate_provisioned(None, {
|
||||
'status': 'failed',
|
||||
'san cert': None,
|
||||
|
||||
Reference in New Issue
Block a user