]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Removing service_* options from authtoken
authorgalstrom21 <jshepher@rackspace.com>
Tue, 4 Jun 2013 22:07:10 +0000 (17:07 -0500)
committergalstrom21 <jshepher@rackspace.com>
Tue, 4 Jun 2013 22:09:24 +0000 (17:09 -0500)
These options are not used in keystoneclient.middleware.auth_token

Change-Id: I62bde18fc7f0b6c336fe941c91cf03f30a490445

etc/cinder/api-paste.ini

index 77d5dbb88318dc8653bb8809e95af50fccb782bb..fb56d68b45eacfa8ee41d8b076f180c626c54e32 100644 (file)
@@ -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