]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Autoload Nova extensions
authorTim Smith <tsmith@gridcentric.com>
Sun, 25 Aug 2013 01:07:23 +0000 (18:07 -0700)
committerTim Smith <tsmith@gridcentric.com>
Mon, 26 Aug 2013 01:18:40 +0000 (18:18 -0700)
commit230fe1e5ef53d3884f09b59f1c999a1046b23deb
treebb1404d2f487315064e33af1900de88ca116d562
parent0492890b6876107f9bb32b54b3ab8a23938c34da
Autoload Nova extensions

This patch adds logic to autoload standard novaclient extensions
(e.g. baremetal) and any third-party extensions that might
be installed. Thus, resource plugins that make use of
installed extensions are able to use the standard OpenStackClients
rather than have to a) subclass and override OpenStackClients
or b) create a shadow nova client within the resource plugin
with the desired extension loaded.

Change-Id: Ifdcaa896babda0e1e7e10a55253a8baa37582264
heat/engine/clients.py