From 80744ae627848f78f01cd9bdec36f0e9adf284fa Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 23 Jun 2021 02:49:47 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E7=BD=91=E7=BB=9C=E6=9C=8D=E5=8A=A1=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/docs/thirdparty_migration/OpenStack-rocky.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/docs/thirdparty_migration/OpenStack-rocky.md b/docs/zh/docs/thirdparty_migration/OpenStack-rocky.md index dfd0a114b..901b03074 100644 --- a/docs/zh/docs/thirdparty_migration/OpenStack-rocky.md +++ b/docs/zh/docs/thirdparty_migration/OpenStack-rocky.md @@ -827,7 +827,7 @@ $ yum clean all && yum makecache ```shell $ yum install openstack-neutron openstack-neutron-ml2 \ - openstack-neutron-linuxbridge ebtables ipset + openstack-neutron-linuxbridge-agent ebtables ipset ``` 配置neutron: -- Gitee