openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #09403
Re: Code 500 when authenticating with password
That would do it! Glad you found your problem.
I'll be working on improving the docs for building your service catalog
pretty soon; common issues like this are useful to know about.
-Dolph
On Fri, Mar 30, 2012 at 11:03 PM, Pete Zaitcev <zaitcev@xxxxxxxxxx> wrote:
> On Sat, 31 Mar 2012 10:26:10 +0800
> Yong Sheng Gong <gongysh@xxxxxxxxxx> wrote:
>
> > Second: you can use keystone --debug user-list to show what http message
> sent to server
>
> As it turned out, I omitted 's' after the format, because I redone my
> old Keystone population script, which did not have any of those. E.g.
> public_url was:
> http://kvm-rei.zaitcev.lan/v1/AUTH_$(tenant_id)
> but it should've been:
> http://kvm-rei.zaitcev.lan/v1/AUTH_$(tenant_id)s
>
> -- Pete
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
References