<div dir="ltr">Here is the full story:<div><br></div><div>real YAML that is generated is stored in murano database in packages table. Murano Dashboard obtains form definitions in YAML from API. But to improve performance it also caches them locally. And when it does it stores them in Python pickle format [1] rather then original YAML, but doesn't change the extension (actually this is a bug). That's why when you take yamls from dashboard cache they doesn't look like a valid YAML though they contain the same information and can be decrypted back (that's what I did to find the error you had). But is is much easier to take real YAML from database though</div><div><br></div><div>[1]: <a href="https://docs.python.org/2/library/pickle.html">https://docs.python.org/2/library/pickle.html</a></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="font-family:arial;font-size:small">Sincerely yours,<br>Stan Lagun<br>Principal Software Engineer @ Mirantis</span></span><br><span style="border-collapse:separate;color:rgb(0,0,0);font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span style="font-family:arial;font-size:small"><br><a href="mailto:slagun@mirantis.com" target="_blank"></a></span></span></div></div></div>
<br><div class="gmail_quote">On Fri, Nov 27, 2015 at 1:25 AM, Vahid S Hashemian <span dir="ltr"><<a href="mailto:vahidhashemian@us.ibm.com" target="_blank">vahidhashemian@us.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font size="2" face="sans-serif">Thanks Stan for the pointer.</font><br><br><font size="2" face="sans-serif">I removed the line that referred to
the 'name' property and now my application is added to the environment
without any errors.</font><br><font size="2" face="sans-serif">However, what I see in ui.yaml still
doesn't look like YAML.</font><br><br><font size="2" face="sans-serif">I'm attaching samples again.</font><br><br><br><font size="2" face="sans-serif">Even for HOT packages the content is
not YAML.</font><br><font size="2" face="sans-serif"><br>Regards,</font><br><font size="2" face="sans-serif">--Vahid</font><br><br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>