Я новичок в Kubespray и хочу установить кластер Kubernetes на Openstack. Я следую 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.