From d014002d034ecfebf9f3b3e10296de15b7a9edb0 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 16 Mar 2016 08:13:49 -0500 Subject: [PATCH] Remove n-crt from default services Depends-on: I8a07320b59ea6cd7d1fe8bce61af84b5a28fb39e Change-Id: I3441317911c8e940ef038c79f97554c1c669e120 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 088cfeed26..74d507cfa2 100644 --- a/stackrc +++ b/stackrc @@ -67,7 +67,7 @@ if ! isset ENABLED_SERVICES ; then # Keystone - nothing works without keystone ENABLED_SERVICES=key # Nova - services to support libvirt based openstack clouds - ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth + ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-cauth # Glance services needed for Nova ENABLED_SERVICES+=,g-api,g-reg # Cinder