Created
July 26, 2013 08:34
-
-
Save ruo91/6087253 to your computer and use it in GitHub Desktop.
devstack - localrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ENABLED_SERVICES=q-meta,q-lbaas,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,n-novnc,n-xvnc,q-lbaas,g-api,g-reg,key,n-api,n-crt | |
DATABASE_PASSWORD=password | |
ADMIN_PASSWORD=password | |
SERVICE_PASSWORD=password | |
SERVICE_TOKEN=password | |
RABBIT_PASSWORD=password | |
# Compute Service | |
NOVA_BRANCH=stable/grizzly | |
# Volume Service | |
CINDER_BRANCH=stable/grizzly | |
# Image Service | |
GLANCE_BRANCH=stable/grizzly | |
# Web UI (Dashboard) | |
HORIZON_BRANCH=stable/grizzly | |
# Auth Services | |
KEYSTONE_BRANCH=stable/grizzly | |
# Quantum (Network) service | |
QUANTUM_BRANCH=stable/grizzly | |
#Enable Logging | |
LOGFILE=/opt/stack/logs/stack.sh.log | |
VERBOSE=True | |
LOG_COLOR=False | |
SCREEN_LOGDIR=/opt/stack/logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment