← Back to team overview

openstack team mailing list archive

Re: Object Storage Swift on rhel6.0

 

On Thu, 23 Feb 2012 10:09:07 +0530
Sudhakar Maiya <smaiya@xxxxxxxxx> wrote:

> please check and let me know what needs to be done

You have to decide if you run with SSL or without. These two clauses
obviously contradict to each other:

> [DEFAULT]
> #cert_file = /etc/swift/cert.crt
> #key_file = /etc/swift/cert.key
> bind_port = 8080
> bind_ip = 10.30.91.80

> [filter:swauth]
> use = egg:swauth#swauth
> set log_name = swauth
> super_admin_key = swauthkey
> default_swift_cluster = local#https://10.30.91.80:8080/v1

Note that swauth loops right back to Swift in order to serve
account information.

Make sure you've got the right key, too.

-- Pete


References