Bug 1042180

Summary: [RFE][heat]: hot needs a better select
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-heatAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedCC: ddomingo, 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/hot-select
Whiteboard: upstream_milestone_icehouse-3 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
With this enhancement, get_attr get_param is able to retrieve extra attributes. This allows users to perform better data selection through the HOT specification.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 19:08:59 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:17:34 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/hot-select.

Description:

In cfn we have "Fn::Select", but it is very messy in retrieving data from nested json.
Like server addresses. We need something like jsonpath (http://goessner.net/articles/JsonPath/).

Specification URL (additional information):

None