AWS::EC2::NetworkInterface resource doesn't implement the PrivateIpAddress attribute

Bug #1254675 reported by Simon Pasquier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Undecided
Simon Pasquier

Bug Description

The stack defined by the following template creates successfully but "heat stack-show ..." returns "ERROR: The Referenced Attribute (NIC PrivateIpAddress) is incorrect.". See AWS documentation for details: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html

{
  "AWSTemplateFormatVersion": "2010-09-09",
  "Description": "The simplest possible template",
  "Outputs": {
    "MyIp": {"Value":{"Fn::GetAtt":["NIC","PrivateIpAddress"]},"Description":"None"}
},
  "Parameters": { },
  "Resources": {
    "NIC": {
      "Type": "AWS::EC2::NetworkInterface",
      "Properties": {
         "SubnetId": "cc6a4af3-eca4-4c57-8017-73435c8045ba",
         "GroupSet": []
      }
    }
  }
}

Changed in heat:
assignee: nobody → Simon Pasquier (simon-pasquier)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/58466

Steven Hardy (shardy)
Changed in heat:
milestone: none → icehouse-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/58466
Committed: http://github.com/openstack/heat/commit/15de8c8c91437c525b5922c8f11c850df546b42c
Submitter: Jenkins
Branch: master

commit 15de8c8c91437c525b5922c8f11c850df546b42c
Author: Simon Pasquier <email address hidden>
Date: Tue Nov 26 10:04:53 2013 +0100

    Implement PrivateIpAddress attribute

    The PrivateIpAddress attribute maps to the private IP address of the
    AWS::EC2::NetworkInterface resource.

    Change-Id: I471e9ab9ea6fed8bc09a6339d11bcf1f1e4528f8
    Closes-Bug: #1254675

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: icehouse-1 → 2014.1
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.