From f545b32db7b2c62c9bbadd3e27de7f3dfbe6b69f Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Thu, 8 Apr 2021 12:59:50 +0200 Subject: [PATCH] Enable QoS service in Vagrant OVS local.conf file Change-Id: I5dabec31f1ff1141e12fec98ebc5c190ad3a7375 --- playbooks/vagrant/ovs/local.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/vagrant/ovs/local.conf b/playbooks/vagrant/ovs/local.conf index 82e2a3e..4714896 100644 --- a/playbooks/vagrant/ovs/local.conf +++ b/playbooks/vagrant/ovs/local.conf @@ -20,6 +20,7 @@ enable_plugin neutron https://opendev.org/openstack/neutron.git HOST_IP=192.168.33.10 IP_VERSION=4 +enable_service q-qos # Configure Heat --------------------------------------------------------------