]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Store created nova client in OpenStackClients.
authorSteve Baker <sbaker@redhat.com>
Mon, 24 Jun 2013 03:21:43 +0000 (15:21 +1200)
committerSteve Baker <sbaker@redhat.com>
Mon, 24 Jun 2013 22:01:55 +0000 (10:01 +1200)
commit64bd0c2699f550c4fd6acb48ba5b73ab289be315
tree2e3d3badb928b53041bdd38f0f445d5f62d57fbf
parent2c7e4fd15466696844b53fbbad67bbd183dd38a2
Store created nova client in OpenStackClients.

All created clients are stored in the instance of OpenStackClients
which is associated with a stack - this prevents clients from
being repeatedly created throughout the request.

Commit f3fc5c5 introduced a regression which stopped storing the
nova client. This change addresses that regression.

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