Skip to content

Instantly share code, notes, and snippets.

@Akanksha08
Last active April 6, 2017 11:17
Show Gist options
  • Select an option

  • Save Akanksha08/34338b63f97891a85dbd to your computer and use it in GitHub Desktop.

Select an option

Save Akanksha08/34338b63f97891a85dbd to your computer and use it in GitHub Desktop.
[[local|localrc]]
ADMIN_PASSWORD=nova
MYSQL_PASSWORD=nova
RABBIT_PASSWORD=nova
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=nova
#Adding host-ip manually required on Ubuntu version > 13.04
HOST_IP=127.0.0.1
# Enable Swift
enable_service s-proxy s-object s-container s-account
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=2G
# Force checkout prerequisites
# FORCE_PREREQ=1
#RECLONE=NO
# 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
# 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
# Enable sahara
enable_plugin sahara git://git.openstack.org/openstack/sahara
# Enable sahara-dashboard
enable_plugin sahara-dashboard git://git.openstack.org/openstack/sahara-dashboard
#disable tempest
disable_service tempest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment