Skip to content

Instantly share code, notes, and snippets.

@banveerad
Last active January 23, 2016 04:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banveerad/2c30233a07bf17fd9ea1 to your computer and use it in GitHub Desktop.
Save banveerad/2c30233a07bf17fd9ea1 to your computer and use it in GitHub Desktop.
Golden one
===== START localrc =====
[[local|localrc]]
# The name of the RECLONE environment variable is a bit misleading. It doesn't actually
# reclone repositories, rather it uses git fetch to make sure the repos are current.
#RECLONE=True
enable_plugin neutron-lbaas https://review.openstack.org/openstack/neutron-lbaas
enable_plugin octavia https://github.com/openstack/octavia.git
LIBS_FROM_GIT+=python-neutronclient
DATABASE_PASSWORD=admin_pass
ADMIN_PASSWORD=admin_pass
SERVICE_PASSWORD=admin_pass
SERVICE_TOKEN=admin_pass
RABBIT_PASSWORD=admin_pass
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
ENABLED_SERVICES=rabbit,mysql,key
#ENABLED_SERVICES+=,horizon
HORIZON_REPO=https://github.com/openstack/horizon
HORIZON_BRANCH=master
ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img"
ENABLED_SERVICES+=,g-api,g-reg
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron,horizon
ENABLED_SERVICES+=,q-lbaasv2
ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch
ENABLED_SERVICES+=,tempest
ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api
# ===== END localrc =====
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment