-
-
Save kenperkins/5263898 to your computer and use it in GitHub Desktop.
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
ADMIN_PASSWORD=devstack | |
MYSQL_PASSWORD=devstack | |
RABBIT_PASSWORD=devstack | |
SERVICE_PASSWORD=devstack | |
SERVICE_TOKEN=devstack | |
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | |
SWIFT_REPLICAS=1 | |
PUBLIC_INTERFACE=eth1 | |
FLAT_INTERFACE=eth1 | |
HOST_IP=<your ip> | |
# Uncomment the BRANCHes below to use stable versions | |
# unified auth system (manages accounts/tokens) | |
# KEYSTONE_BRANCH=stable/folsom | |
# object storage | |
# SWIFT_BRANCH=stable/folsom | |
disable_all_services | |
enable_service key swift mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment