Created
June 11, 2014 20:20
-
-
Save etoews/3cbbf4c3d059848ac316 to your computer and use it in GitHub Desktop.
local.conf for TXLF 2014
This file contains hidden or 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
[[local|localrc]] | |
# Credentials | |
DATABASE_PASSWORD=devstack | |
ADMIN_PASSWORD=devstack | |
SERVICE_PASSWORD=devstack | |
SERVICE_TOKEN=devstack | |
RABBIT_PASSWORD=devstack | |
# Services | |
ENABLED_SERVICES=rabbit,mysql,key | |
ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth | |
ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-lbaas | |
ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account | |
ENABLED_SERVICES+=,g-api,g-reg | |
ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak | |
ENABLED_SERVICES+=,horizon | |
# Branches | |
KEYSTONE_BRANCH=stable/icehouse | |
NOVA_BRANCH=stable/icehouse | |
NEUTRON_BRANCH=stable/icehouse | |
SWIFT_BRANCH=stable/icehouse | |
GLANCE_BRANCH=stable/icehouse | |
CINDER_BRANCH=stable/icehouse | |
HORIZON_BRANCH=stable/icehouse | |
# Swift Configuration | |
SWIFT_REPLICAS=1 | |
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | |
# Enable Logging | |
LOGFILE=/opt/stack/logs/stack.sh.log | |
VERBOSE=True | |
LOG_COLOR=True | |
SCREEN_LOGDIR=/opt/stack/logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment