2015-07-08 15:05:10 -07:00
|
|
|
[[local|localrc]]
|
|
|
|
|
############################################################
|
|
|
|
|
# Customize the following HOST_IP based on your installation
|
|
|
|
|
############################################################
|
2017-09-30 01:17:39 +09:00
|
|
|
HOST_IP=127.0.0.1
|
2015-07-08 15:05:10 -07:00
|
|
|
|
|
|
|
|
ADMIN_PASSWORD=devstack
|
|
|
|
|
MYSQL_PASSWORD=devstack
|
|
|
|
|
RABBIT_PASSWORD=devstack
|
|
|
|
|
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
|
|
|
|
SERVICE_TOKEN=devstack
|
|
|
|
|
|
|
|
|
|
############################################################
|
|
|
|
|
# Customize the following section based on your installation
|
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
|
|
# Pip
|
|
|
|
|
PIP_USE_MIRRORS=False
|
|
|
|
|
USE_GET_PIP=1
|
|
|
|
|
|
|
|
|
|
#OFFLINE=False
|
|
|
|
|
#RECLONE=True
|
|
|
|
|
|
|
|
|
|
# Logging
|
|
|
|
|
LOGFILE=$DEST/logs/stack.sh.log
|
|
|
|
|
VERBOSE=True
|
|
|
|
|
ENABLE_DEBUG_LOG_LEVEL=True
|
|
|
|
|
ENABLE_VERBOSE_LOG_LEVEL=True
|
|
|
|
|
|
|
|
|
|
# Neutron ML2 with OpenVSwitch
|
|
|
|
|
Q_PLUGIN=ml2
|
2021-06-01 17:40:54 +00:00
|
|
|
Q_AGENT=ovn
|
2015-07-08 15:05:10 -07:00
|
|
|
|
2018-02-14 17:03:04 +09:00
|
|
|
# Disable security groups
|
2017-09-30 01:17:39 +09:00
|
|
|
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
|
|
|
|
|
|
2023-02-25 01:46:42 +09:00
|
|
|
# Enable heat, networking-sfc and barbican
|
2019-04-23 19:40:04 +08:00
|
|
|
enable_plugin heat https://opendev.org/openstack/heat master
|
|
|
|
|
enable_plugin networking-sfc https://opendev.org/openstack/networking-sfc master
|
|
|
|
|
enable_plugin barbican https://opendev.org/openstack/barbican master
|
2017-12-06 10:22:18 +09:00
|
|
|
|
2024-02-25 15:38:32 +00:00
|
|
|
# Aodh
|
2019-04-23 19:40:04 +08:00
|
|
|
enable_plugin aodh https://opendev.org/openstack/aodh master
|
2017-12-06 10:22:18 +09:00
|
|
|
|
2018-02-14 17:03:04 +09:00
|
|
|
# Tacker
|
2019-04-23 19:40:04 +08:00
|
|
|
enable_plugin tacker https://opendev.org/openstack/tacker master
|
2015-07-08 15:05:10 -07:00
|
|
|
|
|
|
|
|
enable_service n-novnc
|
|
|
|
|
enable_service n-cauth
|
|
|
|
|
|
|
|
|
|
disable_service tempest
|
2017-06-07 03:03:02 -07:00
|
|
|
|
2017-12-06 10:22:18 +09:00
|
|
|
[[post-config|/etc/neutron/dhcp_agent.ini]]
|
|
|
|
|
[DEFAULT]
|
|
|
|
|
enable_isolated_metadata = True
|
2023-10-20 10:52:43 +09:00
|
|
|
|
|
|
|
|
# NOTE: workaround for Cinder image volume cache problem.
|
|
|
|
|
# https://bugs.launchpad.net/cinder/+bug/1953704
|
|
|
|
|
[[post-config|/etc/cinder/cinder.conf]]
|
|
|
|
|
[lvmdriver-1]
|
|
|
|
|
image_volume_cache_enabled = False
|