Last active
August 29, 2015 14:11
-
-
Save lbragstad/280e5f0f5c6c43a81bf7 to your computer and use it in GitHub Desktop.
Devstack Keystone Opts
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
# Reclone the master branch for enabled projects | |
RECLONE=yes | |
# Password stuff | |
ADMIN_PASSWORD=secrete | |
DATABASE_PASSWORD=secrete | |
RABBIT_PASSWORD=secrete | |
SERVICE_PASSWORD=secrete | |
GIT_BASE=https://github.com | |
# Use only Keystone services | |
ENABLED_SERVICES=key,mysql,rabbit | |
SERVICE_TOKEN=tokentoken | |
# Run Keystone in Eventlet | |
KEYSTONE_USE_MOD_WSGI="False" | |
# Install some libraries from source. Previously hit a random issue with | |
# openstack client 'Namespaces'. Installing from source fixed the issue. | |
LIBS_FROM_GIT=python-keystoneclient,oslo.config,python-openstackclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment