From 021606523b67b94932126d2281cff1d8ddd771e7 Mon Sep 17 00:00:00 2001 From: Bryan Wilson Date: Wed, 9 Aug 2023 17:38:02 -0700 Subject: [PATCH] add discovery to DEFAULT_SERVICES --- options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.mk b/options.mk index dc66275ecf..2c7eb646aa 100644 --- a/options.mk +++ b/options.mk @@ -52,7 +52,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+credentials+forum+amc+amc-frontend +DEFAULT_SERVICES ?= lms+studio+credentials+forum+amc+amc-frontend+discovery # List of all services with database migrations. # Services must provide a Makefile target named: $(service)-update-db