From 77f076a56d511378eb1ba3ab1267f54a291996e9 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 10 Dec 2012 16:49:20 -0500 Subject: [PATCH] enable tempest by default turn on tempest by default, as that will provide the end users with a testing environment to use with openstack out of the box. Change-Id: I74160a25cfbc6325eea30c81df36e6acbb938bfd --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 39d34b0b5c..1d2cf8d974 100644 --- a/stackrc +++ b/stackrc @@ -14,7 +14,7 @@ DATABASE_TYPE=mysql # ``disable_service`` functions in ``localrc``. # For example, to enable Swift add this to ``localrc``: # enable_service swift -ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,$DATABASE_TYPE +ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,$DATABASE_TYPE # Set the default Nova APIs to enable NOVA_ENABLED_APIS=ec2,osapi_compute,metadata