diff --git a/doc/source/authentication.rst b/doc/source/authentication.rst index 8f3acf4b5c..2d3810d3a3 100644 --- a/doc/source/authentication.rst +++ b/doc/source/authentication.rst @@ -124,7 +124,7 @@ pieces of middleware exist. Here is an example for ``authtoken``:: service_host = 127.0.0.1 service_port = 5000 auth_host = 127.0.0.1 - auth_port = 5001 + auth_port = 35357 auth_protocol = http auth_uri = http://127.0.0.1:5000/ admin_token = 999888777666 diff --git a/etc/glance-api.conf b/etc/glance-api.conf index 0a2a2b4eb8..4e343325ad 100644 --- a/etc/glance-api.conf +++ b/etc/glance-api.conf @@ -224,7 +224,7 @@ service_protocol = http service_host = 127.0.0.1 service_port = 5000 auth_host = 127.0.0.1 -auth_port = 5001 +auth_port = 35357 auth_protocol = http auth_uri = http://127.0.0.1:5000/ admin_token = 999888777666 diff --git a/etc/glance-registry.conf b/etc/glance-registry.conf index 9be0a3ada0..ce8af759c0 100644 --- a/etc/glance-registry.conf +++ b/etc/glance-registry.conf @@ -69,7 +69,7 @@ service_protocol = http service_host = 127.0.0.1 service_port = 5000 auth_host = 127.0.0.1 -auth_port = 5001 +auth_port = 35357 auth_protocol = http auth_uri = http://127.0.0.1:5000/ admin_token = 999888777666