heat/heat/api/openstack/v1/views
Steve Baker 007ce91c55 Expose stack_user_project_id in stack-show
stack_user_project_id is currently never exposed by heat, so the user
has no way of discovering what it is.

This has a couple of implications:
- The user can't call the REST API create_software_deployment unless
  they know the stack_user_project_id of the stack that the server
  resource belongs to
- user can't do manual cleanup of stack_user_project_id when necessary

This change adds stack_user_project_id to the formatted output of
the stack-show REST API call.

Change-Id: I0a2d337401c164eb58dbce63e01f68f98f8d467e
Closes-Bug: #1413398
2015-01-22 12:29:06 +13:00
..
__init__.py Add links section to the stacks index response 2013-11-14 15:20:10 +00:00
stacks_view.py Expose stack_user_project_id in stack-show 2015-01-22 12:29:06 +13:00
views_common.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00