Set Courseware Search to False in default devstack, because it doesn't work

This commit is contained in:
Sarina Canelake
2015-06-26 15:21:39 -04:00
parent 2942846afe
commit c7c11f2e4b

View File

@@ -121,7 +121,7 @@ FEATURES['LICENSING'] = True
########################## Courseware Search #######################
FEATURES['ENABLE_COURSEWARE_SEARCH'] = True
FEATURES['ENABLE_COURSEWARE_SEARCH'] = False
SEARCH_ENGINE = "search.elastic.ElasticSearchEngine"