That would do it! Glad you found your problem.<div><br></div><div>I'll be working on improving the docs for building your service catalog pretty soon; common issues like this are useful to know about.<div><br></div><div>
-Dolph<br><br><div class="gmail_quote">On Fri, Mar 30, 2012 at 11:03 PM, Pete Zaitcev <span dir="ltr"><<a href="mailto:zaitcev@redhat.com">zaitcev@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sat, 31 Mar 2012 10:26:10 +0800<br>
Yong Sheng Gong <<a href="mailto:gongysh@cn.ibm.com">gongysh@cn.ibm.com</a>> wrote:<br>
<br>
</div><div class="im">> Second: you can use keystone --debug user-list to show what http message sent to server<br>
<br>
</div>As it turned out, I omitted 's' after the format, because I redone my<br>
old Keystone population script, which did not have any of those. E.g.<br>
public_url was:<br>
  <a href="http://kvm-rei.zaitcev.lan/v1/AUTH_$(tenant_id)" target="_blank">http://kvm-rei.zaitcev.lan/v1/AUTH_$(tenant_id)</a><br>
but it should've been:<br>
  <a href="http://kvm-rei.zaitcev.lan/v1/AUTH_$(tenant_id)s" target="_blank">http://kvm-rei.zaitcev.lan/v1/AUTH_$(tenant_id)s</a><br>
<div class="HOEnZb"><div class="h5"><br>
-- Pete<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div></div></blockquote></div><br></div></div>