Bug 1118937

Summary: [RFE][heat]: Implement Unicode Support in Template
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/heat/+spec/template-unicode-support
Whiteboard: upstream_milestone_none upstream_definition_approved upstream_status_implemented
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:05:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description RHOS Integration 2014-07-12 04:03:41 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/template-unicode-support.

Description:

  If we use unicode in template for resource name or parameters name, we will get an UnicodeDecodeError. we should try to remove str() in codes and use unicode function instead.
This bp is aim to support unicode in heat project, included resource name, parameter name, resource property.

Specification URL (additional information):

None