Commit f42b0108 by Feanil Patel

Merge pull request #819 from edx/feanil/update_abbey_ami_name

Feanil/update abbey ami name
parents d3891647 2f421944
......@@ -675,8 +675,8 @@ if __name__ == '__main__':
sqs_queue = None
instance_id = None
run_id = "abbey-{}-{}-{}".format(
args.environment, args.deployment, int(time.time() * 100))
run_id = "{}-abbey-{}-{}-{}".format(
int(time.time() * 100), args.environment, args.deployment, args.play)
ec2_args = create_instance_args()
......
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