From 8e387540d7796a94a609decdc231c8d141477d20 Mon Sep 17 00:00:00 2001 From: Zachary Trabookis Date: Mon, 17 Aug 2020 12:30:36 -0400 Subject: [PATCH] Remove `xqueue` as `DEFAULT_SERVICES` for Juniper release. As discussed with @kdmccormick here https://github.com/edx/devstack/commit/57455fe789fd2ca39327ff901781f825537fa379#commitcomment-41529836 we decided to remove `xqueue` since it is not needed by default devstack setup. This is a fix to recent PR https://github.com/edx/devstack/pull/564. --- options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.mk b/options.mk index b09035515b..62a16f0afc 100644 --- a/options.mk +++ b/options.mk @@ -47,7 +47,7 @@ FS_SYNC_STRATEGY ?= local-mounts # TODO: Re-evaluate this list and consider paring it down to a tighter core. # The current value was chosen such that it would not change the existing # Devstack behavior. -DEFAULT_SERVICES ?= lms+studio+ecommerce+discovery+xqueue+credentials+forum+edx_notes_api+gradebook+frontend-app-publisher +DEFAULT_SERVICES ?= lms+studio+ecommerce+discovery+credentials+forum+edx_notes_api+gradebook+frontend-app-publisher # List of all services with database migrations. # Services must provide a Makefile target named: $(service)-update-db