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:
@@ -0,0 +1,11 @@
|
||||
# Example env for local debugging (runners inject these in compose).
|
||||
OS_AUTH_URL=http://api-gateway:5000/v3
|
||||
OS_USERNAME=admin
|
||||
OS_PASSWORD=secret
|
||||
OS_PROJECT_NAME=demo
|
||||
OS_USER_DOMAIN_NAME=Default
|
||||
OS_PROJECT_DOMAIN_NAME=Default
|
||||
OS_REGION_NAME=RegionOne
|
||||
OS_HTTP_TIMEOUT=30
|
||||
OS_POLL_TIMEOUT=90
|
||||
OS_POLL_INTERVAL=0.4
|
||||
Reference in New Issue
Block a user