Files
openstack-api-simulator/docs/examples/troubleshooting-clients.md
T
inecs 6033967e6a Initial commit: stateful OpenStack API laboratory simulator.
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm
packaging, API contract packs, and pytest/Pulumi coverage labs.
2026-07-18 04:26:48 +03:00

714 B

Language / Язык: English | Русский

Client troubleshooting

Catalog points at unreachable hosts

The seed catalog uses host.docker.internal or compose service hostnames in some setups. Override endpoints or use the gateway host you actually expose (127.0.0.1 with port-forward).

SSL errors against Ingress

Lab staging issuers are untrusted — use curl -k / OS_INSECURE=true only in labs.

Empty server list

Wrong project scope, or demo not loaded. Check:

openstack project list
make seed-demo

Microversion rejected

Lower the requested compute microversion or clear Web UI overrides.