Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

services.ec2: Check if the AMI is complete before proceeding #100

Conversation

sayanchowdhury
Copy link
Contributor

Signed-off-by: Sayan Chowdhury sayan.chowdhury2012@gmail.com

except Exception as e:
if 'InvalidAMIID.Unavailable' in str(e):
# The copy isn't completed yet, so wait for 20 seconds
# more.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a log statement in here?

@dustymabe
Copy link
Contributor

LGTM

@sayanchowdhury sayanchowdhury force-pushed the hotfix/fix-copied-image-failures branch from 528d8dc to 4cac52c Compare April 20, 2018 12:26
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
@sayanchowdhury sayanchowdhury force-pushed the hotfix/fix-copied-image-failures branch from 4cac52c to 9170b0d Compare April 20, 2018 14:32
@sayanchowdhury sayanchowdhury merged commit f92be3f into fedora-infra:develop Apr 20, 2018
@sayanchowdhury sayanchowdhury deleted the hotfix/fix-copied-image-failures branch April 20, 2018 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants