Heat Error: "The server could not comply with the request since"
Hi,
I am trying to launch a stack using Heat. The template I am using is :
heat_template_version: 2013-05-23
description: Simple template to deploy a single compute instance
resources:
private_net:
type: OS::Neutron::Net
properties:
name: NetAdmin
private_subnet:
type: OS::Neutron::Subnet
properties:
network_id: 7a1d7a56-1a94-4040-a087-a7d36033fc9e
cidr: 192.168.10.0/24
gateway_ip: 192.168.10.1
my_instance:
type: OS::Nova::Server
properties:
key_name: Key1
image: ubuntu14.04
flavor: m1.small
The stack creation is unsuccessful with this error message:
"The server could not comply with the request since". The message seems like it is truncated but this is all what is displayed.
Please help me figure out the problem.
Thanks.
check the heat engine long in /var/log/heat/