<div dir="ltr">0.2.10</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 18, 2015 at 3:37 AM, Qiming Teng <span dir="ltr"><<a href="mailto:tengqim@linux.vnet.ibm.com" target="_blank">tengqim@linux.vnet.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Jan 16, 2015 at 11:53:02AM +0000, Jesus arteche wrote:<br>
> hey guys,<br>
><br>
> I'm new with heat...I managed to do a deployment from a simple template...<br>
> now I'm trying this example :<br>
> <a href="http://git.openstack.org/cgit/openstack/heat-templates/plain/hot/Windows/IIS_Drupal/IIS_Drupal.yaml" target="_blank">http://git.openstack.org/cgit/openstack/heat-templates/plain/hot/Windows/IIS_Drupal/IIS_Drupal.yaml</a><br>
><br>
><br>
> But I'm getting this error:<br>
><br>
> HTTP/1.1 400 Bad Request<br>
> date: Fri, 16 Jan 2015 11:47:54 GMT<br>
> content-length: 300<br>
> content-type: application/json; charset=UTF-8<br>
><br>
> {"explanation": "The server could not comply with the request since it is<br>
> either malformed or otherwise incorrect.", "code": 400, "error":<br>
> {"message": "HT-EA96E26 HT-5E6421D Unknown resource Type :<br>
> OS::Heat::WaitCondition", "traceback": null, "type":<br>
> "StackValidationFailed"}, "title": "Bad Request"}<br>
<br>
</span>400 looks like a client side error, not a bug from server side.<br>
The message says that resource type OS::Heat::WaitCondition is not<br>
recognized and the template validation failed.  So what is your Heat<br>
deployment version?<br>
<span class=""><br>
> DEBUG (http:121)<br>
> HTTP/1.1 400 Bad Request<br>
> date: Fri, 16 Jan 2015 11:47:54 GMT<br>
> content-length: 300<br>
> content-type: application/json; charset=UTF-8<br>
><br>
> {"explanation": "The server could not comply with the request since it is<br>
> either malformed or otherwise incorrect.", "code": 400, "error":<br>
> {"message": "HT-EA96E26 HT-5E6421D Unknown resource Type :<br>
> OS::Heat::WaitCondition", "traceback": null, "type":<br>
> "StackValidationFailed"}, "title": "Bad Request"}<br>
><br>
><br>
> Any idea?<br>
<br>
</span>> _______________________________________________<br>
> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>