Merge "Update keystone fragment to use egg."
This commit is contained in:
@@ -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(/[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
|
describe 'with defaults' do
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
[filter:keystone]
|
[filter:keystone]
|
||||||
paste.filter_factory = keystone.middleware.swift_auth:filter_factory
|
use = egg:swift#keystoneauth
|
||||||
operator_roles = <%= operator_roles.to_a.join(', ') %>
|
operator_roles = <%= operator_roles.to_a.join(', ') %>
|
||||||
is_admin = <%= is_admin %>
|
is_admin = <%= is_admin %>
|
||||||
cache = <%= cache %>
|
cache = <%= cache %>
|
||||||
|
|||||||
Reference in New Issue
Block a user