summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHirotaka Wakabayashi <hiwkby@yahoo.com>2022-03-11 22:16:15 +0900
committerHirotaka Wakabayashi <hiwkby@yahoo.com>2022-03-11 22:32:52 +0900
commit3409bd4259ec786c927983d83c3f7e0a024ac08e (patch)
treefd5768791b1fbf701c4b3cfdd3ff514712a95088 /doc
parent39322f5ad88cf5eef003af74294676a5563a8296 (diff)
downloadtrove-3409bd4259ec786c927983d83c3f7e0a024ac08e.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install/install-devstack.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/install/install-devstack.rst b/doc/source/install/install-devstack.rst
index 61ca1266..d5b53f90 100644
--- a/doc/source/install/install-devstack.rst
+++ b/doc/source/install/install-devstack.rst
@@ -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