heat/heat/rpc
Steve Baker 323ed2566c Store stack domain credentials for deployments
In order to allow stack domain credentials to be used for
deployment API operations, the stack_user_project_id needs to
be passed when a deployment resource is created and stored in the
database.

stack_user_project_id can then be used to compare to the context
tenant_id, just as for stack_get.

This change is needed since the blueprint hot-software-config and
blueprint instance-users landed at the same time. Some stack
operations can now be performed with credentials which are scoped
to a single resource. It would be very useful to allow these
credentials to be used for that polling for deployment metadata
too.

Closes-Bug: #1293234
Change-Id: Iea9d8bfe216d17fa2d3a9e9251102292be48486d
2014-03-25 09:08:43 +13:00
..
__init__.py Create a new heat.rpc package 2012-11-30 17:05:13 +01:00
api.py Remove signal_id from deployments API and model 2014-03-11 08:21:49 +13:00
client.py Store stack domain credentials for deployments 2014-03-25 09:08:43 +13:00