1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-29 01:42:29 +01:00

Tweak local.conf

This commit is contained in:
2020-07-23 10:24:30 +02:00
parent 5cbf34cb6b
commit 221edc059b

View File

@@ -1,7 +1,7 @@
[[local|localrc]]
USE_PYTHON3=True
KURYR_IPV6=True
KURYR_IPV6=False
Q_PLUGIN_CONF_FILE=/etc/neutron/plugins/ml2/ml2_conf.ini
enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes
@@ -33,10 +33,11 @@ ENABLED_SERVICES=""
# Neutron services
enable_service neutron
enable_service neutron-agent
enable_service neutron-dhcp
enable_service neutron-l3
enable_service neutron-api
enable_service q-agent
enable_service q-dhcp
enable_service q-l3
enable_service q-api
enable_service q-meta
# Octavia LBaaSv2
LIBS_FROM_GIT+=python-octaviaclient
@@ -129,7 +130,7 @@ enable_service kuryr-daemon
# Kuryr can be installed on Kubernetes as a pair of Deployment
# (kuryr-controller) and DaemonSet (kuryr-cni). If you want DevStack to deploy
# Kuryr services as pods on Kubernetes uncomment next line.
KURYR_K8S_CONTAINERIZED_DEPLOYMENT=True
KURYR_K8S_CONTAINERIZED_DEPLOYMENT=False
IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"