Bug 1042217

Summary: [RFE][heat]: Return the stack id on stack create via the API
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-heatAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: unspecifiedCC: markmc, mlopes, sbaker, sdake, shardy, yeylon
Target Milestone: gaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/heat/+spec/return-id-on-stack-create
Whiteboard: upstream_milestone_icehouse-1 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
This enhancement returns the stack identifier once a stack has been created. This is expected to mitigate possible confusion of a stack's identifier, as Orchestration formats the identifier with a UUID. Consequently, the stack identifier is returned upon stack creation.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 19:08:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:23:38 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/return-id-on-stack-create.

Description:

Currently, when performing a stack-create the Heat API returns nothing back on a successful create. The stack id should be returned in this case so that the UI or other downstream service can log the id and redirect the end-user to a stack details page.

Specification URL (additional information):

None

Comment 2 Stephen Gordon 2014-01-23 20:48:13 UTC
Moving to POST based on upstream status (Implemented).