3fe3e46d4e
"m-api" is already used by Manila so switch to "magnum-api" and "magnum-cond" for devstack. Change-Id: I0f5e57dd263164652813088fe624f62cda664727 Closes-Bug: #1569879
38 lines
877 B
Plaintext
38 lines
877 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 Neutron which is required by Magnum and disable nova-network.
|
|
disable_service n-net
|
|
enable_service q-svc
|
|
enable_service q-agt
|
|
enable_service q-dhcp
|
|
enable_service q-l3
|
|
enable_service q-meta
|
|
# Note: Default template uses LBaaS.
|
|
enable_service q-lbaas
|
|
enable_service neutron
|
|
|
|
# Enable Heat services
|
|
enable_service h-eng
|
|
enable_service h-api
|
|
enable_service h-api-cfn
|
|
enable_service h-api-cw
|
|
|
|
# Enable Magnum services
|
|
enable_service magnum-api
|
|
enable_service magnum-cond
|