Commit bafe91cb by Kevin Falcone Committed by GitHub

Merge pull request #3828 from edx/jibsheet/reboot-for-ami-cuts

Always reboot when taking an AMI
parents 958dffcb 3fd8397c
......@@ -701,7 +701,7 @@ def create_ami(instance_id, name, description):
params = {'instance_id': instance_id,
'name': name,
'description': description,
'no_reboot': True}
'no_reboot': False}
AWS_API_WAIT_TIME = 1
image_id = ec2.create_image(**params)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment