Fixing issue where we were seeing AWS API errors due to certificates not having private keys and could not be uploaded or 'synced'

This commit is contained in:
kevgliss
2016-01-07 13:42:46 -08:00
parent a0d50ef03a
commit 5482bbf4bd
2 changed files with 12 additions and 9 deletions

View File

@ -76,7 +76,7 @@ def sync(labels=None):
if source.label not in labels:
continue
current_app.logger.error("Retrieving certificates from {0}".format(source.label))
current_app.logger.debug("Retrieving certificates from {0}".format(source.label))
s = plugins.get(source.plugin_name)
certificates = s.get_certificates(source.options)