commit | b96871e4865ac603aba0bb38af019cc7b83d038b | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 02 09:02:46 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Oct 02 09:02:46 2011 -0700 |
tree | 50ef7baea07bee7c5bcd3c5d9d96854f03719b22 | |
parent | 6e9fae0d27b110f6b29a8962e2dfb14fb28651a5 [diff] [blame] |
don't use the same keystone admin token for everything
diff --git a/files/glance-registry.conf b/files/glance-registry.conf index 5bbc6c0..c3ca9a7 100644 --- a/files/glance-registry.conf +++ b/files/glance-registry.conf
@@ -64,7 +64,7 @@ auth_port = 35357 auth_protocol = http auth_uri = http://127.0.0.1:5000/ -admin_token = 999888777666 +admin_token = %SERVICE_TOKEN% [filter:keystone_shim] paste.filter_factory = keystone.middleware.glance_auth_token:filter_factory