Hide Forgot
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
Moving to POST based on upstream status (Implemented).