Merge "Clarified doc of public_endpoint config option"

This commit is contained in:
Jenkins 2015-02-09 15:32:35 +00:00 committed by Gerrit Code Review
commit 07a96f72be

View File

@ -1402,10 +1402,14 @@ profiling will not be triggered even profiling feature is enabled.
Configuring Glance public endpoint Configuring Glance public endpoint
---------------------------------- ----------------------------------
When Glance API service is ran behind a proxy, operator probably need to This setting allows an operator to configure the endpoint URL that will
configure a proper public endpoint to versions URL instead of use host owned appear in the Glance "versions" response (that is, the response to
which run service really. Glance allows configure a public endpoint URL to ``GET /``\ ). This can be necessary when the Glance API service is run
represent the proxy's URL. behind a proxy because the default endpoint displayed in the versions
response is that of the host actually running the API service. If
Glance is being run behind a load balancer, for example, direct access
to individual hosts running the Glance API may not be allowed, hence the
load balancer URL would be used for this value.
* ``public_endpoint=<None|URL>`` * ``public_endpoint=<None|URL>``