Bug 1042190

Summary: [RFE][heat]: Convert properties schema to new format
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: low    
Version: unspecifiedCC: ddomingo, 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/property-schema-conversion
Whiteboard: upstream_milestone_icehouse-2 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Feature: This is an internalism and should not be documented. Reason: Result (if any):
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 19:08:58 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:19:11 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/property-schema-conversion.

Description:

Originally, the schema for properties of a resource was defined as a nested dictionary with various magic keys. We now have the heat.engine.properties.Schema class to allow programmatic interaction with the properties without magic dictionaries. We need to convert the existing schemata over to this new representation so that we can deprecate the old one.

Specification URL (additional information):

None

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