Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created November 9, 2015 22:50
Show Gist options
  • Save tonytan4ever/e614f6ef61c12c41bb30 to your computer and use it in GitHub Desktop.
Save tonytan4ever/e614f6ef61c12c41bb30 to your computer and use it in GitHub Desktop.
if status == 'edge host already created or pending':
if workFlowProgress is not None and \
'error' in workFlowProgress.lower():
LOG.info("SPS Pending with Error:" %
workFlowProgress)
continue
else:
pass
# Not sure about this status yet, comment it out now
# elif status == 'CPS Cancelled':
# pass
elif status != 'SPS Request Complete':
LOG.info("SPS Not completed for %s..." %
san_cert_name)
continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment