From 5b6b853ec0698e9a99c22d4a6d34692bb8c93853 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Thu, 11 Jul 2019 11:53:49 -0400 Subject: [PATCH] Add discovery to the list of devstack logout URIs --- lms/envs/devstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index 64225c3898..952127230b 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -36,6 +36,7 @@ ENTERPRISE_API_URL = LMS_INTERNAL_ROOT_URL + '/enterprise/api/v1/' IDA_LOGOUT_URI_LIST = [ 'http://localhost:18130/logout/', # ecommerce 'http://localhost:18150/logout/', # credentials + 'http://localhost:18381/logout/', # discovery ] ################################ LOGGERS ######################################