zun/devstack/settings
Your Name d85017ab2e Add compute to devstack
* Add compute service to devstack plugin.
* Add compute entry point to setup.cfg.

Change-Id: I2420ee9d8db338878298a40794bef39823044ada
2016-06-27 03:13:20 +00:00

22 lines
502 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-conductor
enable_service zun-compute