Skip to content

Instantly share code, notes, and snippets.

@vanduc95
Last active March 6, 2018 16:41
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 vanduc95/13cb38082052dec2575b4dd7d4282b57 to your computer and use it in GitHub Desktop.
Save vanduc95/13cb38082052dec2575b4dd7d4282b57 to your computer and use it in GitHub Desktop.
[[local|localrc]]
RECLONE=True
GIT_BASE=http://git.openstack.org
HORIZON_BRANCH=stable/pike
KEYSTONE_BRANCH=stable/pike
SWIFT_BRANCH=stable/pike
#-----------------------------
# Common congigurations
#-----------------------------
disable_all_services
enable_service key mysql
# Enable Swift
enable_service s-proxy s-object s-container s-account
# Enable Horizon
enable_service horizon
enable_plugin horizon-i18n-tools https://github.com/amotoki/horizon-i18n-tools.git
LIBS_FROM_GIT=django_openstack_auth
HORIZONAUTH_BRANCH=stable/pike
#-----------------------------
# Devstack configurations
#-----------------------------
# Logging configuration
LOGDIR=$DEST/logs
SCREEN_LOGDIR=$LOGDIR
SCREEN_HARDSTATUS="%{= rw} %H %{= wk} %L=%-w%{= bw}%30L> %n%f %t*%{= wk}%+Lw%-17< %-=%{= gk} %y/%m/%d %c"
LOGFILE=$LOGDIR/devstack.log
LOGDAYS=1
LOG_COLOR=True
# Password configuration
ADMIN_PASSWORD=admin@123
MYSQL_PASSWORD=admin@123
RABBIT_PASSWORD=admin@123
SERVICE_PASSWORD=admin@123
SERVICE_TOKEN=admin@123
SWIFT_HASH=admin@123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment