Skip to content

Instantly share code, notes, and snippets.

@keshavab
Forked from etoews/local.conf
Last active August 29, 2015 14:04
Show Gist options
  • Save keshavab/c960b5271971cdca5d3d to your computer and use it in GitHub Desktop.
Save keshavab/c960b5271971cdca5d3d to your computer and use it in GitHub Desktop.
[[local|localrc]]
# Credentials
OS_PASSWORD=password
ADMIN_USER=stack
ADMIN_PASSWORD=$OS_PASSWORD
DATABASE_PASSWORD=$OS_PASSWORD
SERVICE_PASSWORD=$OS_PASSWORD
SERVICE_TOKEN=$OS_PASSWORD
RABBIT_PASSWORD=$OS_PASSWORD
# Services
APACHE_ENABLED_SERVICE+=keystone,swift
ENABLED_SERVICES=rabbit,mysql,key
ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-xvnc
ENABLED_SERVICES+=,neutron,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-lbaas
ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
ENABLED_SERVICES+=,g-api,g-reg
ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
ENABLED_SERVICES+=,trove,tr-api,tr-tmgr,tr-cond
ENABLED_SERVICES+=,horizon
ENABLED_SERVICES+=,ceilometer-acompute,ceilometer-acentral,ceilometer-collector
ENABLED_SERVICES+=,ceilometer-api,ceilometer-alarm-notify,ceilometer-alarm-eval
ENABLED_SERVICES+=,tempest
KEYSTONE_TOKEN=PKI
notification_driver=nova.openstack.common.notifier,rabbit-notifier,ceilometer.compute.nova_notifier
# Images
# Use this image when creating test instances
IMAGE_URLS+=",http://cdn.download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img"
# Use this image when working with Orchestration (Heat)
IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2"
# Branches
#KEYSTONE_BRANCH=stable/icehouse
#NOVA_BRANCH=stable/icehouse
#NEUTRON_BRANCH=stable/icehouse
#SWIFT_BRANCH=stable/icehouse
#GLANCE_BRANCH=stable/icehouse
#CINDER_BRANCH=stable/icehouse
#HEAT_BRANCH=stable/icehouse
#TROVE_BRANCH=stable/icehouse
#HORIZON_BRANCH=stable/icehouse
#CEILOMETER_BRANCH=stable/icehouse
#TEMPEST_BRANCH=
# Swift Configuration
SWIFT_REPLICAS=1
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment