Bug 1042155

Summary: [RFE][heat]: Native Pseudo Parameters
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-heatAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: low    
Version: unspecifiedCC: breeler, markmc, 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/native-pseudo-params
Whiteboard: upstream_milestone_icehouse-3 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
This feature adds new Orchestration-native pseudo parameters, to provide Orchestration template authors with a native way to access stack name, ID and region when authoring Orchestration templates using the HOT syntax. Previously there was no native way to access this data, but there were equivalent parameters available when using the cloudformation-compatible template syntax. Now, Orchestration supports the following new Orchestration-native pseudo parameters: OS::stack_id, OS::stack_name and OS::region.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 19:09:00 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:13:30 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/native-pseudo-params.

Description:

Alias the existing AWS::* pseudo-parameters to the "native" OS:: namespace.

Specification URL (additional information):

None