← Back to team overview

openstack team mailing list archive

Re: Keystone + Swift integration

 

In keystone endpoint templates, the appropriate syntax is to use is
%tenant_id%, which keystone then substitutes with actual tenant ID's.

Which documentation are you referring to (doc/configuration.rst)?

-Dolph

On Fri, Nov 25, 2011 at 5:00 PM, Pete Zaitcev <zaitcev@xxxxxxxxxx> wrote:

> On Wed, 23 Nov 2011 09:28:01 -0300
> Leandro Reox <leandro.reox@xxxxxxxxx> wrote:
>
> > keystone-manage endpointTemplates add RegionOne swift
> > http://172.16.0.88:8080/v1/AUTH_%tenant_id% http://172.16.0.88:8080/
> > http://172.16.0.88:8080/v1/AUTH_%tenant_id% 1 1
>
> I'm curious, did you actually put the '%' (percent) into those URLs,
> or you replaced it with the appropriate tennant ID? The documentation
> (doc/configuration.rst) tells to use square brackets, not percents,
> which is probably another hint to substitute the actual tenant ID.
> But what to do if we have 2 tenants?
>
> -- Pete
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>

References