Skip to content

Instantly share code, notes, and snippets.

@djoreilly
Last active August 29, 2015 14:03
Show Gist options
  • Save djoreilly/93c14b9aadfc702c07c8 to your computer and use it in GitHub Desktop.
Save djoreilly/93c14b9aadfc702c07c8 to your computer and use it in GitHub Desktop.
Misc devstack options

Keystone

Keystone uses PKI tokens by default, but they are very long and make the logs harder to read. Use the shorter UUID tokens instead:

KEYSTONE_TOKEN_FORMAT=UUID

Logging

To log to /opt/stack/logs/screen/

SCREEN_LOGDIR=$DEST/logs/screen
LOG_COLOR=false
LOGDAYS=4

LXC

LIBVIRT_TYPE=lxc

If firewall blocks git://

GIT_BASE="https://review.openstack.org/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment