NetworkInterface resource cannot reference an existing SubnetId
Bug #1165043 reported by
Simon Pasquier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Steve Baker |
Bug Description
Currently the following template will fail because the NetworkInterface resource calls resource_by_refid() to look up the subnet.
{
...
"Parameters" : {
"SubnetId" : {
"Type" : "String",
"Description" : "Id of an existing subnet"
}
}
...
"Resources": {
"myNetworkI
"Type" : "AWS::EC2:
"Properties" : {
"SubnetId" : { "Ref" : "SubnetId" },
}
},
...
}
Changed in heat: | |
assignee: | nobody → Jeff Peeler (jpeeler-z) |
assignee: | Jeff Peeler (jpeeler-z) → Steve Baker (steve-stevebaker) |
Changed in heat: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → havana-1 |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Actually this was fixed by Winson Chan in this commit: /review. openstack. org/#/c/ 28508/
https:/