diff --git a/playbooks/vagrant/ovs/local.conf b/playbooks/vagrant/ovs/local.conf index 4714896..405ed11 100644 --- a/playbooks/vagrant/ovs/local.conf +++ b/playbooks/vagrant/ovs/local.conf @@ -7,6 +7,7 @@ SERVICE_PASSWORD=$ADMIN_PASSWORD LOGFILE=/opt/stack/devstack/stack.log LOG_COLOR=False + # Disable unrequired services ------------------------------------------------- disable_service horizon @@ -19,8 +20,21 @@ enable_plugin neutron https://opendev.org/openstack/neutron.git HOST_IP=192.168.33.10 IP_VERSION=4 +Q_AGENT=ovs +enable_service q-agt +enable_service q-dhcp +enable_service q-meta enable_service q-qos +enable_service q-svc + +Q_PLUGIN=ml2 +Q_AGENT=openvswitch +Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch +Q_ML2_PLUGIN_TYPE_DRIVERS=vlan,flat,local +Q_ML2_TENANT_NETWORK_TYPE=vlan +# ENABLE_TENANT_TUNNELS=True +ENABLE_TENANT_VLANS=True # Configure Heat --------------------------------------------------------------