Skip to content

Instantly share code, notes, and snippets.

@lbragstad
Last active August 29, 2015 14:11
Show Gist options
  • Save lbragstad/280e5f0f5c6c43a81bf7 to your computer and use it in GitHub Desktop.
Save lbragstad/280e5f0f5c6c43a81bf7 to your computer and use it in GitHub Desktop.
Devstack Keystone Opts
# 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