kingbird/devstack/local.conf.sample
Chaoyi Huang 6c6d88d707 Devstack scripts update for configuration and kb_engine
After some configuration changed, especially endpoint cache
configuration, and with JW and JD replaced to kb-engine, the
devstack scripts should be updated too.

The database is re-created and sync-ed through cmd/manage.py

Needs the patch https://review.openstack.org/#/c/305593/ to
be merged for the devstack to work.

bug: https://bugs.launchpad.net/kingbird/+bug/1569136

Change-Id: If92396b1620c06fe14b6ee8f8fd26a07f57fd276
Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2016-04-14 16:40:48 +08:00

52 lines
1.2 KiB
Plaintext
Executable File

#
# Sample DevStack local.conf.
#
# This sample file is intended to be used for your typical Cascade DevStack Top
# environment that's running all of OpenStack on a single host. This can also
#
# No changes to this sample configuration are required for this to work.
#
[[local|localrc]]
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
ADMIN_PASSWORD=password
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
HOST_IP=127.0.0.1
FIXED_RANGE=10.0.0.0/24
NETWORK_GATEWAY=10.0.0.1
FIXED_NETWORK_SIZE=256
FLOATING_RANGE=10.100.100.160/24
Q_FLOATING_ALLOCATION_POOL=start=10.100.100.160,end=10.100.100.192
PUBLIC_NETWORK_GATEWAY=10.100.100.3
Q_ENABLE_KINGBIRD=True
enable_plugin kingbird https://git.openstack.org/openstack/kingbird master
# Kingbird Services
enable_service kb-api
enable_service kb-engine
# Use Neutron instead of nova-network
disable_service n-net
disable_service n-cpu
disable_service n-sch
disable_service q-svc
disable_service q-dhcp
disable_service q-l3
disable_service q-agt
disable_service c-api
disable_service c-vol
disable_service c-bak
disable_service c-sch
disable_service cinder
disable_service horizon