heat.engine.clients.default_client_plugin module¶
-
class
heat.engine.clients.default_client_plugin.
DefaultClientPlugin
(context)[source]¶ Bases:
heat.engine.clients.client_plugin.ClientPlugin
A ClientPlugin that has no client.
This is provided so that Resource can make use of the is_not_found() and is_conflict() methods even if the resource plugin has not specified a client plugin.