Merge "bugfix: remove duplicate lines of code"

This commit is contained in:
Jenkins 2016-08-12 19:50:24 +00:00 committed by Gerrit Code Review
commit 9cf9088569
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ class DefaultSSLCertificateController(base.SSLCertificateController):
raise ValueError(
"%s is not a valid san cert, valid san certs are: %s" %
(san_cert_name, akamai_driver.san_cert_cnames))
akamai_driver = self._driver.providers['akamai'].obj
res = akamai_driver.cert_info_storage.get_cert_config(
san_cert_name
)