From 62e27d3b1c81cd8a45ee6a8e77dce9f68fc9ea1a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 23 Apr 2019 13:44:37 -0400 Subject: [PATCH] Remove n-obj from zuul and docs n-obj hasn't been around for many years and devstack doesn't use it anymore anyway so this just cleans up some vestigial use of the old service. Change-Id: I04b2d2dc2b4e49fab90f5ef94f4e087e969aa24b --- .zuul.yaml | 1 - doc/source/guides/devstack-with-lbaas-v2.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8c0ce2f2ba..60e3a14f14 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -412,7 +412,6 @@ n-cond: true n-cpu: true n-novnc: true - n-obj: true n-sch: true placement-api: true # Neutron services diff --git a/doc/source/guides/devstack-with-lbaas-v2.rst b/doc/source/guides/devstack-with-lbaas-v2.rst index b1d88cb35c..a27a4d20b4 100644 --- a/doc/source/guides/devstack-with-lbaas-v2.rst +++ b/doc/source/guides/devstack-with-lbaas-v2.rst @@ -59,7 +59,7 @@ Edit your ``/opt/stack/devstack/local.conf`` to look like # Horizon - enable for the OpenStack web GUI # ENABLED_SERVICES+=,horizon # Nova - ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-api-meta,n-sproxy + ENABLED_SERVICES+=,n-api,n-crt,n-cpu,n-cond,n-sch,n-api-meta,n-sproxy ENABLED_SERVICES+=,placement-api,placement-client # Glance ENABLED_SERVICES+=,g-api,g-reg