Skip to content

Instantly share code, notes, and snippets.

@the2hill
Last active February 22, 2016 22:04
Show Gist options
  • Save the2hill/827e1f5c6dec85e717b8 to your computer and use it in GitHub Desktop.
Save the2hill/827e1f5c6dec85e717b8 to your computer and use it in GitHub Desktop.
#enable_plugin barbican https://review.openstack.org/openstack/barbican $BARBICAN_PATCH
#enable_plugin neutron-lbaas https://review.openstack.org/openstack/neutron-lbaas $NEUTRON_LBAAS_PATCH
#enable_plugin octavia https://review.openstack.org/openstack/octavia $OCTAVIA_PATCH
LIBS_FROM_GIT+=python-neutronclient
KEYSTONE_TOKEN_FORMAT=UUID
HOST_IP=127.0.0.1
DATABASE_PASSWORD=secretdatabase
RABBIT_PASSWORD=secretrabbit
ADMIN_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=111222333444
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
# Pre-requisite
ENABLED_SERVICES=rabbit,mysql,key
# Nova
#ENABLED_SERVICES+=,n-api,n-crt,n-cpu,n-cond,n-sch
#IMAGE_URLS+=",https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"
# Glance
#ENABLED_SERVICES+=,g-api,g-reg
# Neutron
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron
# Enable LBaaS V2
#ENABLED_SERVICES+=,q-lbaasv2
# Cinder
#ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch
# Tempest
#ENABLED_SERVICES+=,tempest
# Octavia
#ENABLED_SERVICES+=,octavia,o-api,o-cw,o-hm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment