Skip to content

Instantly share code, notes, and snippets.

@tclarke

tclarke/localrc Secret

Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tclarke/45c76685ff0407c664a2 to your computer and use it in GitHub Desktop.
Save tclarke/45c76685ff0407c664a2 to your computer and use it in GitHub Desktop.
ADMIN_PASSWORD=nova
MYSQL_PASSWORD=nova
RABBIT_PASSWORD=nova
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=nova
# Enable Swift
ENABLED_SERVICES+=,swift
SWIFT_HASH=<actual hash here>
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data
# Force checkout prerequsites
# FORCE_PREREQ=1
# keystone is now configured by default to use PKI as the token format which produces huge tokens.
# set UUID as keystone token format which is much shorter and easier to work with.
KEYSTONE_TOKEN_FORMAT=UUID
# virtualbox NAT mode. host ip is 10.0.2.15
FLOATING_RANGE=10.0.2.224/27
# Enable auto assignment of floating IPs. By default Savanna expects this setting to be enabled
EXTRA_OPTS=(auto_assign_floating_ip=True)
# Enable logging
SCREEN_LOGDIR=$DEST/logs/screen
# Set ``OFFLINE`` to ``True`` to configure ``stack.sh`` to run cleanly without
# Internet access. ``stack.sh`` must have been previously run with Internet
# access to install prerequisites and fetch repositories.
# OFFLINE=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment