<div dir="ltr">Vahid, <div><br></div><div>I see what is the problem.</div><div><br></div><div>You are generating UI form that looks like this:</div><div><br></div><div><div> Forms: </div><div> - group0: </div><div> fields: []</div><div> Application: </div><div> name: $.<a href="http://group0.name">group0.name</a></div><div> ?: </div><div> type: "io.murano.apps.generated.CsarHelloWorld"</div><div> </div><div> Version: 2.2</div></div><div><br></div><div><br></div><div>The problem in in "name: $.<a href="http://group0.name">group0.name</a>". Previously you removed the "name" field from the form because it is provided automatically by the 2.2 form format. However you did not removed the expression that was referring to it.</div><div><br></div><div>So just drop this expression from the form (and form generation code).</div><div>If you will need name during deployment time you always can obtain it using name($this) YAQL expression as here: <a href="https://github.com/openstack/murano/blob/master/contrib/plugins/cloudify_plugin/cloudify_applications_library/Classes/CloudifyApplication.yaml#L46">https://github.com/openstack/murano/blob/master/contrib/plugins/cloudify_plugin/cloudify_applications_library/Classes/CloudifyApplication.yaml#L46</a></div><div><br></div><div>Hope this will help</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 Thu, Nov 26, 2015 at 3:23 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">Hi Stan,</font><br><br><font size="2" face="sans-serif">Thanks for looking into those files.</font><br><br><font size="2" face="sans-serif">They are what were generated on my machine.</font><br><br><font size="2" face="sans-serif">I tried one more time, and this time
used a HOT package (something that comes ootb) and noticed the ui.yaml
file generated was still in the same format as the previous ones.</font><br><font size="2" face="sans-serif">I am attaching the full folder structure
created for this HOT package under /tmp/muranodashboard-cache/apps/ along
with the hot package itself that I imported.</font><br><br><br><br><font size="2" face="sans-serif">I'd appreciate it if you could take
a look and let me know if you see something wrong. Thanks.</font><br><font size="2" face="sans-serif"><br>Regards,</font><br><font size="2" face="sans-serif">--Vahid</font><br><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>