This attempts to provide local.conf support by making it possible to have local.conf files during initial processing and concattenating them to the end of the final local.conf. This is not fool proof, but given the limited ways that we currently use configs in devstack-gate, it's good enough to start the transition. Depends-On: Ia19d64ba240adc642284e4b942f6ce12310f862b Change-Id: I3347c0886b1c2c8c56c902f485f45fb126446451
34 lines
786 B
SYSTEMD
34 lines
786 B
SYSTEMD
[[local|localrc]]
|
|
# localrc for DevStack target installation (master)
|
|
|
|
# Default to selecting an interface via the default route
|
|
unset HOST_IP
|
|
|
|
DEST=@TARGET_RELEASE_DIR@
|
|
DATA_DIR=@DATA_DIR@
|
|
|
|
# Timeouts
|
|
ACTIVE_TIMEOUT=120
|
|
ASSOCIATE_TIMEOUT=60
|
|
BOOT_TIMEOUT=120
|
|
SERVICE_TIMEOUT=120
|
|
|
|
ADMIN_PASSWORD=0penstack
|
|
API_RATE_LIMIT=False
|
|
#KEYSTONE_CATALOG_BACKEND=sql
|
|
LOGDAYS=1
|
|
LOGFILE=$DEST/logs/stack.sh.log
|
|
MYSQL_PASSWORD=superstack
|
|
RABBIT_HOST=localhost
|
|
RABBIT_PASSWORD=superstack
|
|
SCREEN_LOGDIR=$DEST/logs/screen
|
|
SCREEN_NAME=${SCREEN_NAME:-stack}
|
|
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
|
SERVICE_TOKEN=cd0d1a03-b701-4fcb-801a-8b4d0bc3d06e
|
|
STACK_LOG=stack.sh.log
|
|
VOLUME_BACKING_FILE_SIZE=10000M
|
|
|
|
enable_service s-account s-container s-object s-proxy
|
|
SWIFT_HASH=8213897fads879789asdf789
|
|
SWIFT_REPLICAS=1
|