From: galstrom21 Date: Tue, 4 Jun 2013 22:07:10 +0000 (-0500) Subject: Removing service_* options from authtoken X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=75c55bd1fb3ef9c834743a232155256bfd523a52;p=openstack-build%2Fcinder-build.git Removing service_* options from authtoken These options are not used in keystoneclient.middleware.auth_token Change-Id: I62bde18fc7f0b6c336fe941c91cf03f30a490445 --- diff --git a/etc/cinder/api-paste.ini b/etc/cinder/api-paste.ini index 77d5dbb88..fb56d68b4 100644 --- a/etc/cinder/api-paste.ini +++ b/etc/cinder/api-paste.ini @@ -50,9 +50,6 @@ paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory -service_protocol = http -service_host = 127.0.0.1 -service_port = 5000 auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http