From 4fa838e9fd4dce9c36f5e96eddbe5bfd06d8dd22 Mon Sep 17 00:00:00 2001 From: Rene Martin Date: Sat, 8 Oct 2016 10:37:57 +0100 Subject: [PATCH] Keep default dhcp_options id backwards compatiblity --- moto/ec2/responses/vpcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moto/ec2/responses/vpcs.py b/moto/ec2/responses/vpcs.py index bcd482567..58c5e80dd 100644 --- a/moto/ec2/responses/vpcs.py +++ b/moto/ec2/responses/vpcs.py @@ -50,7 +50,7 @@ CREATE_VPC_RESPONSE = """ {{ vpc.id }} pending {{ vpc.cidr_block }} - {% if vpc.dhcp_options %}{{ vpc.dhcp_options.id }}{% else %}dopt-7a8b9c2d{% endif %} + {% if vpc.dhcp_options %}{{ vpc.dhcp_options.id }}{% else %}dopt-1a2b3c4d2{% endif %} default {% for tag in vpc.get_tags() %}