Skip to content

Commit 1fad810

Browse files
committed
Remove unused service_* from authtoken middleware
service_port and service_host are not used by the current keystone authtoken Change-Id: Iff5d2dccdc69b0a05443500d45b144acfbbe3c79
1 parent 55f4ce9 commit 1fad810

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ James E. Blair <james.blair@rackspace.com>
1717
Jason Cannavale <jason.cannavale@rackspace.com>
1818
Jay Pipes <jaypipes@gmail.com>
1919
Jesse Andrews <anotherjesse@gmail.com>
20+
Joe Gordon <jogo@cloudscaling.com>
2021
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
2122
Josh Kearney <josh@jk0.org>
2223
Justin Shepherd <galstrom21@gmail.com>

files/swift/proxy-server.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ operator_roles = Member,admin
2323
# username and password.
2424
[filter:s3token]
2525
paste.filter_factory = keystone.middleware.s3_token:filter_factory
26-
service_port = %KEYSTONE_SERVICE_PORT%
27-
service_host = %KEYSTONE_SERVICE_HOST%
2826
auth_port = %KEYSTONE_AUTH_PORT%
2927
auth_host = %KEYSTONE_AUTH_HOST%
3028
auth_protocol = %KEYSTONE_AUTH_PROTOCOL%

stack.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,8 +1441,6 @@ if is_service_enabled swift; then
14411441
s,%SERVICE_PASSWORD%,$SERVICE_PASSWORD,g;
14421442
s,%KEYSTONE_SERVICE_PROTOCOL%,$KEYSTONE_SERVICE_PROTOCOL,g;
14431443
s,%SERVICE_TOKEN%,${SERVICE_TOKEN},g;
1444-
s,%KEYSTONE_SERVICE_PORT%,${KEYSTONE_SERVICE_PORT},g;
1445-
s,%KEYSTONE_SERVICE_HOST%,${KEYSTONE_SERVICE_HOST},g;
14461444
s,%KEYSTONE_API_PORT%,${KEYSTONE_API_PORT},g;
14471445
s,%KEYSTONE_AUTH_HOST%,${KEYSTONE_AUTH_HOST},g;
14481446
s,%KEYSTONE_AUTH_PORT%,${KEYSTONE_AUTH_PORT},g;

0 commit comments

Comments
 (0)