From c9e7c21a521da22169157ac971044c2a220ee6da Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Wed, 4 Mar 2015 17:09:47 -0800 Subject: [PATCH] Add tempest to ENABLED_SERVICES in README Change-Id: Idf0734702e81136ce191782c311be0de836be686 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b167575f0..07d0a3b68 100644 --- a/README.rst +++ b/README.rst @@ -105,7 +105,7 @@ To install, make sure you have *git* installed. Then:: Configure ENABLED_SERVICES in the devstack/localrc file (make sure to include congress):: - ENABLED_SERVICES=congress,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,n-cauth,horizon,mysql,rabbit,sysstat,cinder,c-api,c-vol,c-sch,n-cond,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta,n-novnc,n-xvnc,q-lbaas,ceilometer-acompute,ceilometer-acentral,ceilometer-anotification,ceilometer-collector,ceilometer-alarm-evaluator,ceilometer-alarm-notifier,ceilometer-api,s-proxy,s-object,s-container,s-account + ENABLED_SERVICES=congress,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,n-cauth,horizon,mysql,rabbit,sysstat,cinder,c-api,c-vol,c-sch,n-cond,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta,n-novnc,n-xvnc,q-lbaas,ceilometer-acompute,ceilometer-acentral,ceilometer-anotification,ceilometer-collector,ceilometer-alarm-evaluator,ceilometer-alarm-notifier,ceilometer-api,s-proxy,s-object,s-container,s-account,tempest Run devstack as normal. Note: the default data source configuration assumes the admin password is 'password'::