55f3a221be
For the default network backend driver is changed to OVN[1], update params for neutron and also kuryr-kubernetes in examples of `local.conf` to deploy OVN. [1] https://review.opendev.org/c/openstack/devstack/+/791436 Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com> Change-Id: I04460c525ff5d5751908e12911e4c7797ef09353
29 lines
847 B
Plaintext
29 lines
847 B
Plaintext
[[local|localrc]]
|
|
############################################################
|
|
# Customize the following HOST_IP based on your installation
|
|
############################################################
|
|
HOST_IP=127.0.0.1
|
|
SERVICE_HOST=127.0.0.1
|
|
|
|
SERVICE_PASSWORD=devstack
|
|
ADMIN_PASSWORD=devstack
|
|
SERVICE_TOKEN=devstack
|
|
DATABASE_PASSWORD=root
|
|
RABBIT_PASSWORD=password
|
|
ENABLE_HTTPD_MOD_WSGI_SERVICES=True
|
|
KEYSTONE_USE_MOD_WSGI=True
|
|
|
|
# Logging
|
|
LOGFILE=$DEST/logs/stack.sh.log
|
|
VERBOSE=True
|
|
ENABLE_DEBUG_LOG_LEVEL=True
|
|
ENABLE_VERBOSE_LOG_LEVEL=True
|
|
GIT_BASE=${GIT_BASE:-https://opendev.org}
|
|
|
|
TACKER_MODE=standalone
|
|
USE_BARBICAN=True
|
|
enable_plugin networking-sfc ${GIT_BASE}/openstack/networking-sfc
|
|
enable_plugin barbican ${GIT_BASE}/openstack/barbican
|
|
enable_plugin mistral ${GIT_BASE}/openstack/mistral
|
|
enable_plugin tacker ${GIT_BASE}/openstack/tacker
|