Skip to content

Commit

Permalink
Remove xqueue as DEFAULT_SERVICES for Juniper release.
Browse files Browse the repository at this point in the history
As discussed with @kdmccormick here edx@57455fe#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.
  • Loading branch information
ztraboo authored and regisb committed Aug 17, 2020
1 parent 8ff8dd0 commit 10f02ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10f02ca

Please sign in to comment.