Error trying to load config /etc/swift/auth-server.conf: No loader given in section 'app:auth-server'

Asked by rbreidenstein

My auth-server.conf file is as follows. When I run swift-init auth start there are no entries in /var/log/syslog. When i run "swift-auth-server /etc/swift/auth-server.conf " the error "Error trying to load config /etc/swift/auth-server.conf: No loader given in section 'app:auth-server'" is displayed. Any ideas on what it is looking for that may be missing?

[DEFAULT]
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key
user = swift

[pipeline:main]
pipeline = auth-server

[app:auth-server]
use = egg:swift#auth
default_cluster_url = https://192.168.100.50:8080/v1
super_admin_key = SOMEKEYHERE

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
rbreidenstein
Solved:
Last query:
Last reply:
Revision history for this message
rbreidenstein (rbreidenstein) said :
#1

found a typo in the config file...