From 89cb80d2120a7247dcc8b1f6a073cf9c9e488806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Sat, 18 Jan 2020 15:41:17 +0000 Subject: [PATCH] Revert "Revert "Stop enabling g-reg by default"" This reverts commit 98f3bbe509c2de9efaf4f3fc1b5dbc42d7a67987. This is no longer necessary as proper fix [1] is now applied. [1] https://review.opendev.org/703288 Change-Id: Ibc40f79b1daf30246ed24790e9b305caea497cb2 Related-bug: #1859847 Related-bug: #1860021 --- .zuul.yaml | 1 - stackrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3468f69e28..130b84a149 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -398,7 +398,6 @@ key: true # Glance services g-api: true - g-reg: true # Nova services n-api: true n-api-meta: true diff --git a/stackrc b/stackrc index 412aca8f07..b31fb395c7 100644 --- a/stackrc +++ b/stackrc @@ -69,7 +69,7 @@ if ! isset ENABLED_SERVICES ; then # Placement service needed for Nova ENABLED_SERVICES+=,placement-api,placement-client # Glance services needed for Nova - ENABLED_SERVICES+=,g-api,g-reg + ENABLED_SERVICES+=,g-api # Cinder ENABLED_SERVICES+=,c-sch,c-api,c-vol # Neutron