swift-init auth-server start fails

Asked by Robert Taylor

Hi,

I am doing an initial install of the Swift software on a SUSE SLES 11 Sp1 server. I have all of the components installed as described in the documentation. I get the following error when i go to first start up things:

root@utlmad0r0354-/etc/swift # swift-init auth-server start
Starting auth-server...(/etc/swift/auth-server.conf)
swift-auth-server does not exist
 Here is the auth-server.conf file:
root@utlmad0r0354-/etc/swift # cat auth-server.conf
[DEFAULT]
#bind_ip = 0.0.0.0
bind_ip = 0.0.0.0
bind_port = 11000
workers = 1
user = swift
swift_dir = /etc/swift

[pipeline:main]
pipeline = auth-server

[app:auth-server]
use = egg:swift#auth
super_admin_key = devauth
reseller_prefix = AUTH
default_cluster_url = http://10.68.12.120:8080/v1
token_life = 86400
node_timeout = 10

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marcelo Martins (btorch) said :
#1

You must be using some old documents for the installation since devauth has been removed from swift a long time ago.

Checkout http://swift.openstack.org/development_saio.html

Can you help with this problem?

Provide an answer of your own, or ask Robert Taylor for more information if necessary.

To post a message you must log in.