diff --git a/spec/classes/swift_proxy_authtoken_spec.rb b/spec/classes/swift_proxy_authtoken_spec.rb index 65d59972..f7647765 100644 --- a/spec/classes/swift_proxy_authtoken_spec.rb +++ b/spec/classes/swift_proxy_authtoken_spec.rb @@ -24,7 +24,7 @@ describe 'swift::proxy::authtoken' do verify_contents(subject, fragment_file, [ '[filter:authtoken]', - 'paste.filter_factory = keystone.middleware.auth_token:filter_factory', + 'paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory', 'signing_dir = /etc/swift', 'auth_host = 127.0.0.1', 'auth_port = 35357', diff --git a/templates/proxy/authtoken.conf.erb b/templates/proxy/authtoken.conf.erb index 985cc3c0..f380c105 100644 --- a/templates/proxy/authtoken.conf.erb +++ b/templates/proxy/authtoken.conf.erb @@ -1,5 +1,5 @@ [filter:authtoken] -paste.filter_factory = keystone.middleware.auth_token:filter_factory +paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory signing_dir = /etc/swift auth_host = <%= auth_host %> auth_port = <%= auth_port %>