719018e9cb
Now that heat is available as a devstack plugin, we should use it. In-tree devstack code for heat is planned to be removed soon[1]. And also, this patch remove `update_heat_policy` function in devstack plugin. Because fetching global stack list is already option to use in Magnum. [1] https://review.openstack.org/#/c/317618/ Change-Id: Iab675da5ea8d02b3f7e71f6169c81724a0066858 Co-Authored-By: OTSUKA, Yuanying <yuanying@fraction.jp>
40 lines
912 B
Plaintext
40 lines
912 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
|
|
enable_service neutron
|
|
|
|
# Disable LBaaS(v1) service
|
|
disable_service q-lbaas
|
|
# Enable LBaaS(v2) services
|
|
enable_service q-lbaasv2
|
|
enable_service octavia
|
|
enable_service o-cw
|
|
enable_service o-hk
|
|
enable_service o-hm
|
|
enable_service o-api
|
|
|
|
# Enable Magnum services
|
|
enable_service magnum-api
|
|
enable_service magnum-cond
|