heat/heat/engine/resources/aws
Zane Bitter e8afb8ec4a Handle PublicIp of None in AutoscalingGroup InstanceList
When the members of an InstanceGroup/AutoscalingGroup are nested stacks
(due to a mapping of AWS::EC2::Instance to a provider template in the
environment), getting the PublicIp attribute will return None instead of
the string '0.0.0.0' that AWS::EC2::Instance returns. Handle this case
without raising an exception.

The AWS AutoscalingGroup's version of the method is removed, since it is
identical to the parent class's.

Change-Id: I398fd985ca5df89d3d3eb145152132a2ec3055eb
2017-07-21 10:30:34 -04:00
..
autoscaling Handle PublicIp of None in AutoscalingGroup InstanceList 2017-07-21 10:30:34 -04:00
cfn Use child_template() in AWS::CloudFormation::Stack handle_update 2017-04-27 09:40:43 +05:30
ec2 Fix python-novaclient 8.0.0 related issues 2017-05-16 16:12:04 +02:00
iam Remove log translations 2017-03-25 17:11:50 +08:00
lb Remove log translations 2017-03-25 17:11:50 +08:00
s3 Sync context with oslo.context 2016-06-17 11:46:00 +10:00
__init__.py Split scaling policy into separate files 2014-08-27 20:27:19 +08:00