From 3e80c177d693fae667020524fddaf4b408022562 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 11 Dec 2014 16:07:51 -0800 Subject: [PATCH] Include congress in ENABLED_SERVICES Change-Id: I3705a2d6c386aafd26d9c1f95e3e448ac10f0a3d --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5213b7d1b..c73063561 100644 --- a/README.rst +++ b/README.rst @@ -103,9 +103,9 @@ To install, make sure you have *git* installed. Then:: $ ./prepare_devstack.sh -Configure ENABLED_SERVICES in the devstack/localrc file:: +Configure ENABLED_SERVICES in the devstack/localrc file (make sure to include congress):: - ENABLED_SERVICES=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,q-lbaas,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 Run devstack as normal. Note: the default data source configuration assumes the admin password is 'password'::