3fb6784459
Move to use tempauth to resolve memory issues resulting from an AIO swift install running in pypy. This PR adds some options for using pypy: * Set a pypy Garbage collection value This PR includes some tempauth fixes to make it useable: * Set the tempauth users based on a variable Testing is changed as follows for pypy: * Use only memcache within swift-proxy * Remove galera/keystone * Add swap for swift-storage hosts * Use tempauth for pypy * Reduce to 2 swift hosts Change-Id: Ic1ed5acc9b20853d9a159035226f97fda088f035
9 lines
322 B
YAML
9 lines
322 B
YAML
---
|
|
features:
|
|
- Swift tempauth users now be specified. The
|
|
``swift_tempauth_users`` variable can be defined as a list
|
|
of tempauth users, and their permissions. You will still
|
|
need to specify the appropriate Swift middleware using the
|
|
``swift_middleware_list`` variable, in order to utilise
|
|
tempauth.
|