heat/heat/engine/resources/openstack/nova
Julia Kreger 5692d59007 Delete internal ports for ERROR-ed nodes
Precreated ports are never deleted by nova,
thus heat must delete the ports that it creates
that are internal ports.

This is important when baremetal is used via
ironic where the MAC address of the port must
match the physical node. Neutron does not
permit duplicate MAC addresses, hence ports
can't be orphaned.

Change-Id: I965abefbb10c22a635c35e3a44d227045f33885c
Story: #1766763
Task: #18791
2018-05-11 11:30:27 +00:00
..
__init__.py Move nova resources to engine/resources/openstack/nova/ 2015-03-05 09:32:01 +08:00
flavor.py Make private flavor tenant access works 2017-09-27 16:47:26 +08:00
floatingip.py Replace deprecated nova calls for floatingip 2018-01-08 09:32:59 +05:30
host_aggregate.py Nova::HostAggregate observe reality implement 2016-08-16 09:31:38 +00:00
keypair.py Allow to specify 'user' for keypair resource 2017-04-18 16:42:38 +08:00
quota.py Get rid of undesirable properties.data usage 2017-04-04 14:29:29 +00:00
server.py Exclude updated networks - match actual interface state 2018-01-20 19:53:54 +01:00
server_group.py Add soft policy for nova server group 2017-03-06 09:53:16 +08:00
server_network_mixin.py Delete internal ports for ERROR-ed nodes 2018-05-11 11:30:27 +00:00