Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "bugfix: remove duplicate lines of code"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 12, 2016
2 parents 0a67d6f + 7379cf5 commit 9cf9088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion poppy/manager/default/ssl_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def get_san_cert_configuration(self, san_cert_name):
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
)
Expand Down

0 comments on commit 9cf9088

Please sign in to comment.