Comment 2 for bug 1413398

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/149080
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=007ce91c558d4f815ea2659c6d98c0caf35553a8
Submitter: Jenkins
Branch: master

commit 007ce91c558d4f815ea2659c6d98c0caf35553a8
Author: Steve Baker <email address hidden>
Date: Thu Jan 22 12:29:06 2015 +1300

    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