Created
November 9, 2015 22:50
-
-
Save tonytan4ever/e614f6ef61c12c41bb30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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