changed default values of OPENSTACK_ENDPOINT_TYPE to publicURL

fixes bug 1222815

Change-Id: Iaca01ccf7c78639d7ea662e14c500fd9d2ed3e72
This commit is contained in:
Annapoornima Koppad 2013-10-31 02:43:42 +05:30
parent ae6abf7157
commit ab75e6d2ad
1 changed files with 2 additions and 3 deletions

View File

@ -228,11 +228,10 @@ by neutron. Currently only the load balancer service is available.
``OPENSTACK_ENDPOINT_TYPE``
---------------------------
Default: ``"internalURL"``
Default: ``"publicURL"``
A string which specifies the endpoint type to use for the endpoints in the
Keystone service catalog. If Horizon is running external to the OpenStack
environment you may wish to use ``"publicURL"`` instead.
Keystone service catalog. The default value for all services except for identity is ``"publicURL"`` . The default value for the identity service is ``"internalURL"``.
``API_RESULT_LIMIT``
--------------------