29724b6648
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
11 lines
252 B
Mako
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}
|
|
|