Comment 4 for bug 1415795

Revision history for this message
Bob Ball (bob-ball) wrote :

Struggling to get my CI to collect those configuration files as well (watch this space), but the issue is:
 [filter:authtoken]
 log_name = swift
 signing_dir = /var/cache/swift
 cafile = /opt/stack/data/ca-bundle.pem
 project_domain_id = default
 project_name = service
 user_domain_id = default
 password = secretservice
 username = swift
 auth_url = http://192.168.33.1:35357
 auth_plugin = password
 paste.filter_factory = keystonemiddleware.auth_token:filter_factory
 auth_host = keystonehost
 auth_port = 35357
 auth_protocol = http
 auth_uri = http://192.168.33.1:5000
 admin_tenant_name = service
 admin_user = swift
 admin_password = password
 delay_auth_decision = 1
 cache = swift.cache
 include_service_catalog = False

devstack uncomments all of the commented-out settings from the sample proxy-server.conf, including this auth_host.

I've checked pip freeze against the gate (which passes) and keystone/keystonemiddlewere are the same.