NetworkInterface resource cannot reference an existing SubnetId

Bug #1165043 reported by Simon Pasquier
8
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": {
    "myNetworkInterface": {
      "Type" : "AWS::EC2::NetworkInterface",
      "Properties" : {
        "SubnetId" : { "Ref" : "SubnetId" },
        "Description" : "myInstance interface"
      }
    },
   ...
}

Changed in heat:
assignee: nobody → Jeff Peeler (jpeeler-z)
assignee: Jeff Peeler (jpeeler-z) → Steve Baker (steve-stevebaker)
Steven Hardy (shardy)
Changed in heat:
status: New → Triaged
importance: Undecided → Medium
milestone: none → havana-1
Revision history for this message
Steve Baker (steve-stevebaker) wrote :

Actually this was fixed by Winson Chan in this commit:
https://review.openstack.org/#/c/28508/

Changed in heat:
status: Triaged → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: havana-1 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.