Browse code

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

Matt Riedemann authored on 2019/04/24 02:44:37
Showing 2 changed files
... ...
@@ -412,7 +412,6 @@
412 412
         n-cond: true
413 413
         n-cpu: true
414 414
         n-novnc: true
415
-        n-obj: true
416 415
         n-sch: true
417 416
         placement-api: true
418 417
         # Neutron services
... ...
@@ -59,7 +59,7 @@ Edit your ``/opt/stack/devstack/local.conf`` to look like
59 59
     # Horizon - enable for the OpenStack web GUI
60 60
     # ENABLED_SERVICES+=,horizon
61 61
     # Nova
62
-    ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-api-meta,n-sproxy
62
+    ENABLED_SERVICES+=,n-api,n-crt,n-cpu,n-cond,n-sch,n-api-meta,n-sproxy
63 63
     ENABLED_SERVICES+=,placement-api,placement-client
64 64
     # Glance
65 65
     ENABLED_SERVICES+=,g-api,g-reg