ae83aaeb24
Now that we don't have conductor in Zun, let's remove from devstack setting. Change-Id: Ica5e5e55f81741b8ffb0c1f127db9e8b64afdee0
21 lines
473 B
Plaintext
21 lines
473 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
|