From 772252c528b3a74d574f0618e5434587fe2d1064 Mon Sep 17 00:00:00 2001 From: jinyuan Date: Thu, 1 Apr 2021 17:01:38 +0800 Subject: [PATCH] Fix OpenStack_CLI usage specification about heat Public endpoints should be used here, Internal Endpoints are used by internal modules, not by physical machines. Change-Id: I1cc824d2f01691196506cb0be9d46ec483b0157d --- tools/deployment/multinode/150-heat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/multinode/150-heat.sh b/tools/deployment/multinode/150-heat.sh index c0e551fe0e..cb5b92e9e1 100755 --- a/tools/deployment/multinode/150-heat.sh +++ b/tools/deployment/multinode/150-heat.sh @@ -45,4 +45,4 @@ openstack service list openstack endpoint list sleep 30 #NOTE(portdirect): Wait for ingress controller to update rules and restart Nginx -openstack --os-interface internal orchestration service list +openstack --os-interface public orchestration service list