heat/heat/engine/resources/aws/ec2
Rabi Mishra b91eaa803b Refactor resource specific replace logic
Currently we override _needs_update for some resources,
where replacement is required either based on tmpl_diff
or prop_diff. This patch refactors and adds specific functions
(needs_replace, needs_replace_with_prop_diff,
needs_replace_with_tmpl_diff).
These can now be overidden as required.

Change-Id: I15542bef8c9e6ed6b80cd4656d2fd42e8406655b
Blueprint: stack-update-restrict
2016-02-08 11:40:14 +05:30
..
__init__.py Move AWS::EC2::* resources to heat/engine/resources/aws/ec2 2015-03-04 09:25:41 +08:00
eip.py Refactor resource specific replace logic 2016-02-08 11:40:14 +05:30
instance.py Use custom find functions for image lookup 2016-01-27 09:56:01 +05:30
internet_gateway.py Use ClientPlugin.ignore_not_found as a context manager 2015-10-27 01:41:49 +00: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 Use ClientPlugin.ignore_not_found as a context manager 2015-10-27 01:41:49 +00: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