← Back to team overview

openstack team mailing list archive

Re: swift keystone help

 

Pete,

This is what I have

#keystone-manage endpointTemplates add RegionOne swift
http://192.168.122.14:8080/v1/AUTH_%tenant_id%
http://192.168.122.14:8080/
http://192.168.122.14:8080/v1/AUTH_%tenant_id% 1 1

I have ssl enabled in swift-proxy.conf. Do I replace http with https here?

Thanks
Paras.


On Tue, Feb 21, 2012 at 11:56 AM, Pete Zaitcev <zaitcev@xxxxxxxxxx> wrote:
> On Tue, 21 Feb 2012 11:24:06 -0600
> Paras pradhan <pradhanparas@xxxxxxxxx> wrote:
>
>> Yeah that was a type when I copy pasted.
>
> You mean, the commented section header #[]?
>
>> keystone-manage tenant add adminTenant
>> keystone-manage user add adminUser secretword
>> keystone-manage role add Admin
>> keystone-manage role grant Admin adminUser
>> keystone-manage role grant Admin adminUser adminTenant
>>
>> Did I miss something?
>
> You need an endpoint, like this:
>
> keystone-manage service add swift storage "Swift Object Storage Service"
> keystone-manage endpointTemplates add RegionOne swift \
>  http://kvm-rei.zaitcev.lan/v1/AUTH_%tenant_id% \
>  http://kvm-rei.zaitcev.lan/v1.0/ \
>  http://kvm-rei.zaitcev.lan/v1/AUTH_%tenant_id% \
>  1 1
>
> -- Pete


Follow ups

References