Add a feature flag to advertise v2 endpoints

This commit is contained in:
Jake Moshenko 2015-10-26 12:14:31 -04:00
parent fee95bc096
commit fc55730db8
2 changed files with 19 additions and 2 deletions

View file

@ -189,6 +189,9 @@ class DefaultConfig(object):
# Feature Flag: Whether users can directly login to the UI.
FEATURE_DIRECT_LOGIN = True
# Feature Flag: Whether the v2/ endpoint is visible
FEATURE_ADVERTISE_V2 = True
BUILD_MANAGER = ('enterprise', {})
DISTRIBUTED_STORAGE_CONFIG = {