Include congress in ENABLED_SERVICES

Change-Id: I3705a2d6c386aafd26d9c1f95e3e448ac10f0a3d
This commit is contained in:
Aaron Rosen 2014-12-11 16:07:51 -08:00
parent f8af19260a
commit 3e80c177d6
1 changed files with 2 additions and 2 deletions

View File

@ -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'::