deb-sahara/etc/scenario/sahara-ci/credentials.yaml.mako
Luigi Toscano 29724b6648 Derive Mako scenario templates from the current YAMLs
Convert the existing YAML scenarios, which as really templates in disguise, into
real Mako templates.

Update the documentation as well.

Partially Implements: bp scenario-test-config-template
Change-Id: I20cc1f9fa2ae5a41a02f4a46c5ae665e9a7af91a
2015-07-14 19:40:29 +02:00

11 lines
252 B
Mako

credentials:
os_username: ${OS_USERNAME}
os_password: ${OS_PASSWORD}
os_tenant: ${OS_TENANT_NAME}
os_auth_url: ${OS_AUTH_URL}
network:
type: ${network_type}
private_network: ${network_private_name}
public_network: ${network_public_name}