[Openstack] HEAT
Qiming Teng
tengqim at linux.vnet.ibm.com
Sun Jan 18 03:37:39 UTC 2015
On Fri, Jan 16, 2015 at 11:53:02AM +0000, Jesus arteche wrote:
> hey guys,
>
> I'm new with heat...I managed to do a deployment from a simple template...
> now I'm trying this example :
> http://git.openstack.org/cgit/openstack/heat-templates/plain/hot/Windows/IIS_Drupal/IIS_Drupal.yaml
>
>
> But I'm getting this error:
>
> HTTP/1.1 400 Bad Request
> date: Fri, 16 Jan 2015 11:47:54 GMT
> content-length: 300
> content-type: application/json; charset=UTF-8
>
> {"explanation": "The server could not comply with the request since it is
> either malformed or otherwise incorrect.", "code": 400, "error":
> {"message": "HT-EA96E26 HT-5E6421D Unknown resource Type :
> OS::Heat::WaitCondition", "traceback": null, "type":
> "StackValidationFailed"}, "title": "Bad Request"}
400 looks like a client side error, not a bug from server side.
The message says that resource type OS::Heat::WaitCondition is not
recognized and the template validation failed. So what is your Heat
deployment version?
> DEBUG (http:121)
> HTTP/1.1 400 Bad Request
> date: Fri, 16 Jan 2015 11:47:54 GMT
> content-length: 300
> content-type: application/json; charset=UTF-8
>
> {"explanation": "The server could not comply with the request since it is
> either malformed or otherwise incorrect.", "code": 400, "error":
> {"message": "HT-EA96E26 HT-5E6421D Unknown resource Type :
> OS::Heat::WaitCondition", "traceback": null, "type":
> "StackValidationFailed"}, "title": "Bad Request"}
>
>
> Any idea?
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
More information about the Openstack
mailing list