Files
grenade/devstack.localrc.target
Pawel Koniszewski fb12d1c7e7 Let grenade configure rabbit transport url based on host ip
Since cells v2 are required to start Ocata, grenade should not set
rabbit host to localhost. Otherwise cell mapping will contain
transport_url set to localhost and therefore subnode-2 will fail
connection to rabbit, e.g., when trying to start pre live migration
steps on contoller+compute node. This is beacause subnode-2 will
take cell mapping from the database and then transport_url from
cell mapping which points to localhost:5672 in such case.

Change-Id: I3d4d7b309e50f4e2970cda55aada02d68c4fa705
Related-Bug: #1649586
2016-12-21 12:30:14 +00:00

32 lines
746 B
SYSTEMD

# 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_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