<div dir="ltr">Hello Stackers! =)<div><br></div><div>I'm following this doc:</div><div><br></div><div><a href="http://docs.openstack.org/havana/install-guide/install/apt/content/heat-install.html">http://docs.openstack.org/havana/install-guide/install/apt/content/heat-install.html</a><br>
</div><div><br></div><div><br></div><div>Commands ok:</div><div><br></div><div><br></div><div>On heat server:</div><div><br></div><div>heat-manage db_sync # OK<br></div><div><br></div><div><br></div><div>On controller:</div>
<div><br></div><div>keystone user-create --name=heat --pass=Heat_PAss --email=<a href="mailto:heat@yourdomain.com">heat@yourdomain.com</a> # OK<br></div><div><br></div><div>keystone user-role-add --user=heat --tenant=service --role=admin # OK<br>
</div><div><br></div><div><div>keystone service-create --name heat --type orchestration --description 'Heat Orchestration API' # OK</div><div><br></div><div>keystone service-create --name heat-cfn --type cloudformation --description 'Heat CloudFormation API' # OK</div>
</div><div><br></div><div><br></div><div>Heat:</div><div><br></div><div># Apparently runs Okay</div><div><div>keystone endpoint-create --region sp-east-1 --service-id $heat_service_id --publicurl '<a href="http://heat-srv-1.yourdomain.com:8004/v1/%\(tenant_id\)s">http://heat-srv-1.yourdomain.com:8004/v1/%\(tenant_id\)s</a>' --adminurl '<a href="http://heat-srv-1.yourdomain.com:8004/v1/%\(tenant_id\)s">http://heat-srv-1.yourdomain.com:8004/v1/%\(tenant_id\)s</a>' --internalurl '<a href="http://heat-srv-1.yourdomain.com:8004/v1/%\(tenant_id\)s">http://heat-srv-1.yourdomain.com:8004/v1/%\(tenant_id\)s</a>'</div>
</div><div><br></div><div><br></div><div>Heat-CFN:</div><div><br></div><div># Apparently runs Okay</div><div>keystone endpoint-create --region sp-east-1 --service-id $heat_cfn_service_id --publicurl '<a href="http://heat-srv-1.yourdomain.com:8000/v1">http://heat-srv-1.yourdomain.com:8000/v1</a>' --adminurl '<a href="http://heat-srv-1.yourdomain.com:8000/v1">http://heat-srv-1.yourdomain.com:8000/v1</a>' --internalurl '<a href="http://heat-srv-1.yourdomain.com:8000/v1">http://heat-srv-1.yourdomain.com:8000/v1</a>'<br>
</div><div><br></div><div><br></div><div>But, nova-compute.log immediately starts to show:</div><div><br></div><div>---</div><div><div>2013-10-30 22:43:13.513 21440 ERROR nova.network.neutronv2 [-] Neutron client authentication failed: {"error": {"message": "Malformed endpoint URL (<a href="http://heat-srv-1.yourdomain.com:8004/v1/%\\(tenant_id\\)s">http://heat-srv-1.yourdomain.com:8004/v1/%\\(tenant_id\\)s</a>), see ERROR log for details.", "code": 500, "title": "Internal Server Error"}}</div>
</div><div>---</div><div><br></div><div>The file /var/log/heat/heat.log shows:</div><div><br></div><div>---</div><div><div>2013-10-29 13:11:47.346 1496 INFO heat.api [-] Starting Heat ReST API on <a href="http://0.0.0.0:8004">0.0.0.0:8004</a></div>
</div><div>---</div><div><br></div><div>Any tips?!</div><div><br></div><div>Regards,</div><div>Thiago</div></div>