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:
@@ -49,6 +49,7 @@ describe 'swift::proxy::authtoken' do
|
|||||||
'admin_password = password',
|
'admin_password = password',
|
||||||
'delay_auth_decision = 1',
|
'delay_auth_decision = 1',
|
||||||
'cache = swift.cache',
|
'cache = swift.cache',
|
||||||
|
'include_service_catalog = False'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
@@ -75,6 +76,7 @@ describe 'swift::proxy::authtoken' do
|
|||||||
'admin_token = ADMINTOKEN',
|
'admin_token = ADMINTOKEN',
|
||||||
'delay_auth_decision = 1',
|
'delay_auth_decision = 1',
|
||||||
'cache = swift.cache',
|
'cache = swift.cache',
|
||||||
|
'include_service_catalog = False'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
@@ -113,6 +115,7 @@ describe 'swift::proxy::authtoken' do
|
|||||||
'admin_password = swiftpassword',
|
'admin_password = swiftpassword',
|
||||||
'delay_auth_decision = 0',
|
'delay_auth_decision = 0',
|
||||||
'cache = foo',
|
'cache = foo',
|
||||||
|
'include_service_catalog = False'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
@@ -19,3 +19,4 @@ admin_password = <%= @admin_password %>
|
|||||||
<% end -%>
|
<% end -%>
|
||||||
delay_auth_decision = <%= @delay_auth_decision %>
|
delay_auth_decision = <%= @delay_auth_decision %>
|
||||||
cache = <%= @cache %>
|
cache = <%= @cache %>
|
||||||
|
include_service_catalog = False
|
||||||
|
Reference in New Issue
Block a user