deb-heat/heat/engine/resources/neutron
Steve Baker f0ec53626e Exceptions ResourceInError, ResourceUnknownStatus
Resources which go into an unknown or error state currently
raise an Error exception. There are cases where Error is too
generic to make decisions on, so 2 new exceptions have been
created:
* ResourceInError: raised when a resource goes to a status which
  is known to represent an error for that resource
* ResourceUnknownStatus: raised when a resource goes to a status
  which heat is not aware of. If ResourceUnknownStatus is ever raised
  then this is a heat bug, since this is a status which heat is not
  aware of.

Any resource which go into an in-progress state has been updated to
raise ResourceInError and ResourceUnknownStatus where appropriate.

Change-Id: Ied83b030d30b8c26d9f4a1e454c71cd30715b0ba
2014-07-30 15:29:23 +12:00
..
__init__.py Rename Quantum to Neutron 2013-08-06 22:08:27 -07:00
firewall.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
floatingip.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
loadbalancer.py Exceptions ResourceInError, ResourceUnknownStatus 2014-07-30 15:29:23 +12:00
metering.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
net.py Move network constraint to neutron plugin 2014-07-21 13:00:26 -04:00
network_gateway.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
neutron_utils.py Refactor neutron resources lookup 2014-05-20 19:42:40 +03:00
neutron.py Exceptions ResourceInError, ResourceUnknownStatus 2014-07-30 15:29:23 +12:00
port.py Fix updating for OS::Neutron::Port resource 2014-07-17 07:16:50 -04:00
provider_net.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
router.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
security_group.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
subnet.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
vpnservice.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00