Merge "Improve config samples"
This commit is contained in:
commit
03c0c5d658
@ -153,13 +153,16 @@ Configure the Proxy node
|
|||||||
user = swift
|
user = swift
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
pipeline = healthcheck cache tempauth proxy-server
|
pipeline = healthcheck proxy-logging cache tempauth proxy-logging proxy-server
|
||||||
|
|
||||||
[app:proxy-server]
|
[app:proxy-server]
|
||||||
use = egg:swift#proxy
|
use = egg:swift#proxy
|
||||||
allow_account_management = true
|
allow_account_management = true
|
||||||
account_autocreate = true
|
account_autocreate = true
|
||||||
|
|
||||||
|
[filter:proxy-logging]
|
||||||
|
use = egg:swift#proxy_logging
|
||||||
|
|
||||||
[filter:tempauth]
|
[filter:tempauth]
|
||||||
use = egg:swift#tempauth
|
use = egg:swift#tempauth
|
||||||
user_system_root = testpass .admin https://$PROXY_LOCAL_NET_IP:8080/v1/AUTH_system
|
user_system_root = testpass .admin https://$PROXY_LOCAL_NET_IP:8080/v1/AUTH_system
|
||||||
|
@ -162,7 +162,7 @@ user_test_tester3 = testing3
|
|||||||
#
|
#
|
||||||
# You'll need to have as well the keystoneauth middleware enabled
|
# You'll need to have as well the keystoneauth middleware enabled
|
||||||
# and have it in your main pipeline so instead of having tempauth in
|
# and have it in your main pipeline so instead of having tempauth in
|
||||||
# there you can change it to: authtoken keystone
|
# there you can change it to: authtoken keystoneauth
|
||||||
#
|
#
|
||||||
# [filter:authtoken]
|
# [filter:authtoken]
|
||||||
# paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
|
# paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
|
||||||
|
Loading…
Reference in New Issue
Block a user