Keep default dhcp_options id backwards compatiblity
This commit is contained in:
parent
b06d439a81
commit
4fa838e9fd
@ -50,7 +50,7 @@ CREATE_VPC_RESPONSE = """
|
||||
<vpcId>{{ vpc.id }}</vpcId>
|
||||
<state>pending</state>
|
||||
<cidrBlock>{{ vpc.cidr_block }}</cidrBlock>
|
||||
<dhcpOptionsId>{% if vpc.dhcp_options %}{{ vpc.dhcp_options.id }}{% else %}dopt-7a8b9c2d{% endif %}</dhcpOptionsId>
|
||||
<dhcpOptionsId>{% if vpc.dhcp_options %}{{ vpc.dhcp_options.id }}{% else %}dopt-1a2b3c4d2{% endif %}</dhcpOptionsId>
|
||||
<instanceTenancy>default</instanceTenancy>
|
||||
<tagSet>
|
||||
{% for tag in vpc.get_tags() %}
|
||||
|
Loading…
Reference in New Issue
Block a user