Fix in-process func tests to work with newer PasteDeploy

Apparently they changed the order of how default, global, and local config
get applied? See also: https://github.com/Pylons/pastedeploy/commit/556611a

Change-Id: Ie7322ef362b0b22898c14db7d0fcd3dafc40d473
This commit is contained in:
Tim Burke 2018-12-03 19:21:18 +00:00
parent c9dd7efb81
commit 333ae3086f

View File

@ -538,7 +538,6 @@ def in_process_setup(the_object_server=object_server):
storage_policy.reload_storage_policies()
global config
config['__file__'] = 'in_process_setup()'
if constraints.SWIFT_CONSTRAINTS_LOADED:
# Use the swift constraints that are loaded for the test framework
# configuration