Commit a312d8e9 by Feanil Patel

Merge pull request #1933 from edx/feanil/update_abbey

Don't terminate volumes on instance termination for now.
parents 73cd8142 9eb82e58
......@@ -382,7 +382,6 @@ rm -rf $base_dir
mapping = BlockDeviceMapping()
root_vol = BlockDeviceType(size=args.root_vol_size,
delete_on_termination=True,
volume_type='gp2')
mapping['/dev/sda1'] = root_vol
......
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