Keep default dhcp_options id backwards compatiblity
This commit is contained in:
parent
b06d439a81
commit
4fa838e9fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue