From a6cd09e9548a4b3719b21ea76639538386d92766 Mon Sep 17 00:00:00 2001 From: huanglg Date: Tue, 31 Jan 2023 03:17:52 +0000 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=88=B0=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=B7=BB=E5=8A=A0openstack=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huanglg --- docs/zh/docs/thirdparty_migration/OpenStack-wallaby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/docs/thirdparty_migration/OpenStack-wallaby.md b/docs/zh/docs/thirdparty_migration/OpenStack-wallaby.md index 9e65331fe..7e4bb42e7 100644 --- a/docs/zh/docs/thirdparty_migration/OpenStack-wallaby.md +++ b/docs/zh/docs/thirdparty_migration/OpenStack-wallaby.md @@ -902,7 +902,7 @@ OpenStack 支持多种形态部署,此文档支持`ALL in One`以及`Distribut 添加计算节点到openstack集群 ```shell - su -s /bin/sh -c "nova-manage cell_v2 discover_hosts --verbose" nova (CPT) + su -s /bin/sh -c "nova-manage cell_v2 discover_hosts --verbose" nova (CTL) ``` 5. 启动服务 -- Gitee