Defines Q_AGENT openvswitch explicitly

This PR fixes Trove installation errors using devstack. We need to set
Q_AGENT as openvswitch explicitly in local.conf when we continue to use
openvswitch because devstack recently changed the default L2 agent from
openvswitch to OVN[1].

[1]: https://review.opendev.org/c/openstack/devstack/+/735097

Task: 44754
Story: 2009913
Change-Id: I270bff21e0621ba59607a31607303f7d06d4a054
This commit is contained in:
Hirotaka Wakabayashi 2022-03-11 22:16:15 +09:00
parent 39322f5ad8
commit 3409bd4259
1 changed files with 4 additions and 2 deletions

View File

@ -102,9 +102,11 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
enable_service q-meta
# enable DVR
Q_PLUGIN=ml2
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_AGENT=openvswitch
Q_DVR_MODE=legacy
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
Q_ML2_TENANT_NETWORK_TYPE=vxlan
Q_PLUGIN=ml2
# Swift
ENABLED_SERVICES+=,swift