Update pipelines
The change https://review.openstack.org/#change,3190 updates the pipelines in api-paste.ini to remove deprecated middleware, but devstack was still using the old pipelines and thus barfed. This updates the pipelines in devstack. Change-Id: I3088d3cd6c9e1bbf5762e74cbc8eaf8d06c44405
This commit is contained in:
parent
94c67aafa7
commit
5d1b965fe6
6
stack.sh
6
stack.sh
@ -845,9 +845,9 @@ if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then
|
||||
}
|
||||
replace_pipeline "ec2cloud" "ec2faultwrap logrequest totoken authtoken keystonecontext cloudrequest authorizer ec2executor"
|
||||
replace_pipeline "ec2admin" "ec2faultwrap logrequest totoken authtoken keystonecontext adminrequest authorizer ec2executor"
|
||||
replace_pipeline "openstack_api_v2" "faultwrap authtoken keystonecontext ratelimit serialize extensions osapi_app_v2"
|
||||
replace_pipeline "openstack_compute_api_v2" "faultwrap authtoken keystonecontext ratelimit serialize compute_extensions osapi_compute_app_v2"
|
||||
replace_pipeline "openstack_volume_api_v1" "faultwrap authtoken keystonecontext ratelimit serialize volume_extensions osapi_volume_app_v1"
|
||||
replace_pipeline "openstack_api_v2" "faultwrap authtoken keystonecontext ratelimit osapi_app_v2"
|
||||
replace_pipeline "openstack_compute_api_v2" "faultwrap authtoken keystonecontext ratelimit osapi_compute_app_v2"
|
||||
replace_pipeline "openstack_volume_api_v1" "faultwrap authtoken keystonecontext ratelimit osapi_volume_app_v1"
|
||||
fi
|
||||
|
||||
# Helper to clean iptables rules
|
||||
|
Loading…
Reference in New Issue
Block a user