From ab75e6d2ade99f558f79d418b5ed3d3b3055a4ab Mon Sep 17 00:00:00 2001 From: Annapoornima Koppad Date: Thu, 31 Oct 2013 02:43:42 +0530 Subject: [PATCH] changed default values of OPENSTACK_ENDPOINT_TYPE to publicURL fixes bug 1222815 Change-Id: Iaca01ccf7c78639d7ea662e14c500fd9d2ed3e72 --- doc/source/topics/settings.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/topics/settings.rst b/doc/source/topics/settings.rst index 1f5eeeabfc..3341f3908b 100644 --- a/doc/source/topics/settings.rst +++ b/doc/source/topics/settings.rst @@ -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`` --------------------