e0ab1808cd
Added new config which is used in devstack zun lib, ``ZUN_USE_MOD_WSGI``, default value is False. Added ZUN_USE_MOD_WSGI=True in Setting file of zun gate. Implements: blueprint deploy-zun-api-in-wsgi Change-Id: I99fe6bf762942d306b305619199575a060ba82f5
26 lines
567 B
Plaintext
26 lines
567 B
Plaintext
# Devstack settings
|
|
|
|
## Modify to your environment
|
|
# FLOATING_RANGE=192.168.1.224/27
|
|
# PUBLIC_NETWORK_GATEWAY=192.168.1.225
|
|
# PUBLIC_INTERFACE=em1
|
|
# FIXED_RANGE=10.0.0.0/24
|
|
## Log all output to files
|
|
# LOGFILE=$HOME/devstack.log
|
|
# SCREEN_LOGDIR=$HOME/logs
|
|
## Neutron settings
|
|
# Q_USE_SECGROUP=True
|
|
# ENABLE_TENANT_VLANS=True
|
|
# TENANT_VLAN_RANGE=
|
|
# PHYSICAL_NETWORK=public
|
|
# OVS_PHYSICAL_BRIDGE=br-ex
|
|
|
|
# Enable Zun services
|
|
enable_service zun-api
|
|
enable_service zun-compute
|
|
|
|
ZUN_USE_MOD_WSGI=True
|
|
if [[ ${ZUN_DB_TYPE} == "etcd" ]]; then
|
|
enable_service zun-etcd
|
|
fi
|