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.
This commit is contained in:
2026-07-18 04:26:48 +03:00
commit 6033967e6a
509 changed files with 464404 additions and 0 deletions
@@ -0,0 +1,7 @@
auth_url = "http://127.0.0.1:5000/v3"
user_name = "admin"
password = "secret"
project_name = "demo"
domain_name = "Default"
image_name = "cirros"
flavor_id = "1"