我是 Kubespray 的新手,想在 Openstack 上安装 Kubernetes 集群。我关注https://github.com/kubernetes-sigs/kubespray/tree/master/contrib/terraform/openstack,但在运行初始化时出错terraform init ../../contrib/terraform/openstack
The module address "modules/compute" could not be resolved.
If you intended this as a path relative to the current module, use
"./modules/compute" instead. The "./" prefix indicates that the address is a
relative filesystem path.```
I can see modules folder under openstack folder.
```ls ../../contrib/terraform/openstack/modules/
compute ips network```
Any help would be appreciated.