Update keystone fragment to use egg.

Update keystone.conf.erb to use egg:swift#keystoneauth.

This resolves issues in trying to configure keystone with the
latest Swift releases.

Change-Id: Idf160eb143150bed9a9c7081a6900c6169887be8
This commit is contained in:
Dan Prince 2013-04-05 07:43:33 -04:00
parent 78b1bf9af4
commit ab00ec58e2
2 changed files with 2 additions and 2 deletions

@ -23,7 +23,7 @@ describe 'swift::proxy::keystone' do
it { should contain_file(fragment_file).with_content(/[filter:keystone]/) }
it { should contain_file(fragment_file).with_content(/paste.filter_factory = keystone.middleware.swift_auth:filter_factory/) }
it { should contain_file(fragment_file).with_content(/use = egg:swift#keystoneauth/) }
describe 'with defaults' do

@ -1,6 +1,6 @@
[filter:keystone]
paste.filter_factory = keystone.middleware.swift_auth:filter_factory
use = egg:swift#keystoneauth
operator_roles = <%= operator_roles.to_a.join(', ') %>
is_admin = <%= is_admin %>
cache = <%= cache %>