heat/heat/engine/resources/aws/ec2
Zane Bitter b50df6b1fc Ignore property errors in implicit dependencies
Implicit dependencies are calculated before resources are validated.
Therefore, any error getting a property that occurs during processing on
implicit dependencies will be raised without any of the context of which
resource is in error. By ignoring such property errors in implicit
dependency calculations, we can defer the error handling until the
actual resource validation and thus give the user an error message they
can actually use.

Change-Id: If7e0e8fd46b1b06a29cdd89743635ed32a9392e7
Closes-Bug: #1708209
2017-09-19 11:29:53 -04:00
..
__init__.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
eip.py Fix python-novaclient 8.0.0 related issues 2017-05-16 16:12:04 +02:00
instance.py Remove log translations 2017-03-25 17:11:50 +08:00
internet_gateway.py Ignore property errors in implicit dependencies 2017-09-19 11:29:53 -04:00
network_interface.py Use ClientPlugin.ignore_not_found as a context manager 2015-10-27 01:41:49 +00:00
route_table.py Use ClientPlugin.ignore_not_found as a context manager 2015-10-27 01:41:49 +00:00
security_group.py Fix python-novaclient 8.0.0 related issues 2017-05-16 16:12:04 +02:00
subnet.py Use ClientPlugin.ignore_not_found as a context manager 2015-10-27 01:41:49 +00:00
volume.py Add and apply cinder backup constraint 2015-08-20 08:11:58 +00:00
vpc.py Use ClientPlugin.ignore_not_found as a context manager 2015-10-27 01:41:49 +00:00