Created
May 22, 2013 11:15
-
-
Save apugachev-gd/5626829 to your computer and use it in GitHub Desktop.
Folsom devstack
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
ADMIN_PASSWORD=devstack | |
MYSQL_PASSWORD=devstack | |
RABBIT_PASSWORD=devstack | |
SERVICE_PASSWORD=devstack | |
SERVICE_TOKEN=devstack | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment