Last active
August 29, 2015 14:09
-
-
Save ianblenke/7084bf5a815d4bdc474c to your computer and use it in GitHub Desktop.
A simple all-in-one devstack local.conf
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]] | |
SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 | |
ADMIN_PASSWORD=nomoresecrets | |
MYSQL_PASSWORD=iheartdatabases | |
RABBIT_PASSWORD=flopsymopsy | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
#HOST_IP=10.0.0.106 | |
DEST=/opt/stack | |
LOGFILE=$DEST/logs/stack.sh.log | |
LOGDAYS=7 | |
#LOG_COLOR=False | |
# Uncomment these to grab the milestone-proposed branches from the repos: | |
#CINDER_BRANCH=milestone-proposed | |
#GLANCE_BRANCH=milestone-proposed | |
#HORIZON_BRANCH=milestone-proposed | |
#KEYSTONE_BRANCH=milestone-proposed | |
#KEYSTONECLIENT_BRANCH=milestone-proposed | |
#NOVA_BRANCH=milestone-proposed | |
#NOVACLIENT_BRANCH=milestone-proposed | |
#NEUTRON_BRANCH=milestone-proposed | |
#SWIFT_BRANCH=milestone-proposed | |
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | |
SWIFT_REPLICAS=1 | |
SWIFT_DATA_DIR=$DEST/data/swift | |
FIXED_RANGE=10.1.0.0/24 | |
FLOATING_RANGE=10.2.0.0/24 | |
FIXED_NETWORK_SIZE=256 | |
PUBLIC_INTERFACE=eth0 | |
NET_MAN=FlatDHCPManager | |
FLAT_NETWORK_BRIDGE=br100 | |
SCREEN_LOGDIR=$DEST/logs/screen | |
VOLUME_GROUP="vg" | |
VOLUME_NAME_PREFIX="cinder-" | |
VOLUME_BACKING_FILE_SIZE=10250M | |
API_RATE_LIMIT=False | |
VIRT_DRIVER=libvirt | |
LIBVIRT_TYPE=kvm | |
#SCHEDULER=nova.scheduler.filter_scheduler.FilterScheduler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment