]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a has_interface() method to the resource class
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 20 Aug 2013 05:37:26 +0000 (15:37 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Fri, 23 Aug 2013 13:01:26 +0000 (23:01 +1000)
commitee8b29ee7ecf558a6e19822f5e6b6bbffd28e773
treea6df8a3e09be51e460b83526ed75dd145eb81fc6
parent1c20d351b1c0765f300e1578abc1fd9af6a6a036
Add a has_interface() method to the resource class

This is to better indentify resource types, given that they
can be mapped in the environment.

Change-Id: I6dd552c87b80eb34baec306acd663657ee929b30
heat/engine/resource.py
heat/engine/resources/internet_gateway.py
heat/engine/resources/neutron/floatingip.py
heat/engine/resources/neutron/port.py
heat/engine/resources/neutron/router.py
heat/tests/test_resource.py