heat/contrib/marconi/marconi
Steve Baker 09d9683ee7 Deprecate direct access to clients methods
This change deprecates access to methods like clients.nova()
replacing them with calls to clients.client('nova')

This allows the memoization to be done in one place (the client()
method) and also establishes the preferred API for accessing clients
that are contributed by plugins.

All calls should now be going through the new client() method.
Any calls to the old methods will result in a deprecated log
warning.

Change-Id: I3dc45aaed2655536ed1558e03f468b0733527815
2014-07-01 16:51:20 +12:00
..
resources Deprecate direct access to clients methods 2014-07-01 16:51:20 +12:00
tests Unit tests: Always use ResourceDefinition for updates 2014-06-16 11:05:24 -04:00
__init__.py Restructure contrib/ directories 2014-03-03 10:49:28 -05:00
clients.py Deprecate direct access to clients methods 2014-07-01 16:51:20 +12:00