diff --git a/kuryr.conf b/kuryr.conf index fc2ebf3..1dfb7a1 100644 --- a/kuryr.conf +++ b/kuryr.conf @@ -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"