From 83b7d334cdf133cea4de7601a751f789a216295e Mon Sep 17 00:00:00 2001 From: Alexander Yip Date: Fri, 22 Aug 2014 14:56:04 -0700 Subject: [PATCH] Enable all services Change-Id: I7f6ec42920d8e24edc4da75d1ffe38e82d9b01c9 --- README.rst | 10 +++++----- doc/source/tutorial-tenant-sharing.rst | 9 +-------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index cb0ad1904..b42102ad6 100644 --- a/README.rst +++ b/README.rst @@ -103,17 +103,17 @@ To install, make sure you have *git* installed. Then:: $ ./prepare_devstack.sh +Configure ENABLED_SERVICES in the devstack/localrc file :: + + 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 + + Run devstack as normal. Note: the default data source configuration assumes the admin password is 'password':: $ ./stack.sh -Note: The miminum devstack services required to run congress:: - - ENABLED_SERVICES=congress,key,mysql - - 4.2 Standalone-install ---------------------- Install the following software, if you haven't already. diff --git a/doc/source/tutorial-tenant-sharing.rst b/doc/source/tutorial-tenant-sharing.rst index 5874cdcf3..4d1e448e1 100644 --- a/doc/source/tutorial-tenant-sharing.rst +++ b/doc/source/tutorial-tenant-sharing.rst @@ -30,17 +30,10 @@ Setting up Devstack The first step is to install and configure Devstack + Congress: 1) Install Devstack and Congress using the directions in the following - README with the specified password and modifications for - ENABLED_SERVICES below + README. When asked for a password, type "password" without the quotes. https://github.com/stackforge/congress/blob/master/contrib/devstack/README.rst - a) When asked for a password, type "password" without the quotes. - - b) Immediately before running stack.sh, add the following line to ~/devstack/localrc:: - - 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 - 2) Change OS_USERNAME to "admin" in both nova and neutron:: /etc/congress/datasources.conf