On Nov 20, 2013, at 1:23 AM, Jean-Daniel BUSSY <silversurfer972 at gmail.com> wrote: > > Ok I looked the endpoints list in a fresh devstack I here is what I found: > > | 757f96ee33f14fdeac43788cc403ffe6 | RegionOne | http://10.0.2.15:8004/v1/$(tenant_id)s | http://10.0.2.15:8004/v1/$(tenant_id)s |http://10.0.2.15:8004/v1/$(tenant_id)s | ca31fc15accd45698155b6a28e6b326c | > > The culprit is that antislash "\" that should be used to escape the "(" and actually end up in the endpoint url. I had this exact issue just last night! And I come in to work this morning to find the solution. Thanks so much, Jean-Daniel. I hadn't even noticed the backslashes when copying the endpoint definition from http://docs.openstack.org/havana/install-guide/install/yum/content/heat-install.html. That is NOT an obvious error and it would have driven me mental. I've opened a documentation bug here: https://bugs.launchpad.net/openstack-manuals/+bug/1253073 +Dan