Second endpoint type default is not None

According to the help for SECONDARY_ENDPOINT_TYPE, the default
value is None. However the default given in the local_settings
example is publicURL, which makes the documentaiton a little
confusing.

Change-Id: I20c507e5b42f9c6000de94fcf1a51bb5437bf43f
This commit is contained in:
Eric Brown 2016-06-24 16:07:08 -07:00
parent f6cf068802
commit 9b0553da5a

View File

@ -364,9 +364,9 @@ IMAGE_RESERVED_CUSTOM_PROPERTIES = []
# SECONDARY_ENDPOINT_TYPE specifies the fallback endpoint type to use in the
# case that OPENSTACK_ENDPOINT_TYPE is not present in the endpoints
# in the Keystone service catalog. Use this setting when Horizon is running
# external to the OpenStack environment. The default is None. This
# external to the OpenStack environment. The default is None. This
# value should differ from OPENSTACK_ENDPOINT_TYPE if used.
#SECONDARY_ENDPOINT_TYPE = "publicURL"
#SECONDARY_ENDPOINT_TYPE = None
# The number of objects (Swift containers/objects or images) to display
# on a single page before providing a paging element (a "more" link)