Skip to content

Instantly share code, notes, and snippets.

@etoews
Created October 14, 2012 02:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save etoews/3887022 to your computer and use it in GitHub Desktop.
Save etoews/3887022 to your computer and use it in GitHub Desktop.
devstack localrc for OpenStack release branch Folsom
ADMIN_PASSWORD=devstack
MYSQL_PASSWORD=devstack
RABBIT_PASSWORD=devstack
SERVICE_PASSWORD=devstack
SERVICE_TOKEN=devstack
FLAT_INTERFACE=br100
PUBLIC_INTERFACE=eth1
VOLUME_BACKING_FILE_SIZE=5120M
# For older, stable versions, look for branches named stable/[milestone].
# compute service
NOVA_BRANCH=stable/folsom
# volume service
CINDER_BRANCH=stable/folsom
# image catalog service
GLANCE_BRANCH=stable/folsom
# unified auth system (manages accounts/tokens)
KEYSTONE_BRANCH=stable/folsom
# quantum service
QUANTUM_BRANCH=stable/folsom
# django powered web control panel for openstack
HORIZON_BRANCH=stable/folsom
# object storage
SWIFT_BRANCH=stable/folsom
SWIFT_HASH=66a3d6b56c1f479c8b4e71ab5c2000f6
enable_service swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment