Browse code

Remove n-crt from default services

Depends-on: I8a07320b59ea6cd7d1fe8bce61af84b5a28fb39e
Change-Id: I3441317911c8e940ef038c79f97554c1c669e120

Dean Troyer authored on 2016/03/16 22:13:49
Showing 1 changed files
... ...
@@ -67,7 +67,7 @@ if ! isset ENABLED_SERVICES ; then
67 67
     # Keystone - nothing works without keystone
68 68
     ENABLED_SERVICES=key
69 69
     # Nova - services to support libvirt based openstack clouds
70
-    ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth
70
+    ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-cauth
71 71
     # Glance services needed for Nova
72 72
     ENABLED_SERVICES+=,g-api,g-reg
73 73
     # Cinder