storlets/devstack/localrc.sample
Takashi Kajinami 5aedb72f49 Disable GLOBAL_VENV
The GLOBAL_VENV option was added to devstack recently[1] and is enabled
by default now, but this is not yet compatible with the installation
of our plugin.

This temporally disables the feature to fix the gate now.

[1] a40f9cb91fbedddec89f0ffd6c7dd4b3828a232e

Change-Id: I6ce36d621fe54f034b786f33f3061256de12e1d5
2023-09-08 18:58:57 +09:00

20 lines
683 B
Plaintext

ENABLE_HTTPD_MOD_WSGI_SERVICES=False
ENABLED_SERVICES=key,swift,mysql
HOST_IP=127.0.0.1
ADMIN_PASSWORD=admin
MYSQL_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SWIFT_SERVICE_PROTOCOL=${SWIFT_SERVICE_PROTOCOL:-http}
SWIFT_DEFAULT_BIND_PORT=${SWIFT_DEFAULT_BIND_PORT:-8080}
# service local host is used for ring building
SWIFT_SERVICE_LOCAL_HOST=$HOST_IP
# service listen address for prox
SWIFT_SERVICE_LISTEN_ADDRESS=$HOST_IP
SWIFT_LOOPBACK_DISK_SIZE=20G
SWIFT_MAX_FILE_SIZE=5368709122
SWIFT_HASH=1234567890
# TODO(tkajinam): This should be removed once we address all issues with
# the global virtualenv
GLOBAL_VENV=False