From 5d1b965fe6dcfd59c46ba5cb891101f988a577cd Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Mon, 23 Jan 2012 14:41:50 -0600 Subject: [PATCH] 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 --- stack.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack.sh b/stack.sh index cf121af09b..99a082879d 100755 --- a/stack.sh +++ b/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