Set include_service_catalog to False
include_service_catalog is a parameter in swift authtoken configuration. Set to False improves performances. Closes-Bug #1257738 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com> Change-Id: Ie5dd2de45fce79e4da7ccb5b37d7c69ee1cb5198
This commit is contained in:
parent
72fa7bf89e
commit
2fc0354936
@ -49,6 +49,7 @@ describe 'swift::proxy::authtoken' do
|
||||
'admin_password = password',
|
||||
'delay_auth_decision = 1',
|
||||
'cache = swift.cache',
|
||||
'include_service_catalog = False'
|
||||
]
|
||||
)
|
||||
end
|
||||
@ -75,6 +76,7 @@ describe 'swift::proxy::authtoken' do
|
||||
'admin_token = ADMINTOKEN',
|
||||
'delay_auth_decision = 1',
|
||||
'cache = swift.cache',
|
||||
'include_service_catalog = False'
|
||||
]
|
||||
)
|
||||
end
|
||||
@ -113,6 +115,7 @@ describe 'swift::proxy::authtoken' do
|
||||
'admin_password = swiftpassword',
|
||||
'delay_auth_decision = 0',
|
||||
'cache = foo',
|
||||
'include_service_catalog = False'
|
||||
]
|
||||
)
|
||||
end
|
||||
|
@ -19,3 +19,4 @@ admin_password = <%= @admin_password %>
|
||||
<% end -%>
|
||||
delay_auth_decision = <%= @delay_auth_decision %>
|
||||
cache = <%= @cache %>
|
||||
include_service_catalog = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user