Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
add test clouds.yaml tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed May 17, 2024
1 parent 4450267 commit 4188ea5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/integration/data/clouds.yaml.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
clouds:
testcloud:
auth:
auth_url: ${auth_url}
password: ${password}
project_domain_name: ${project_domain_name}
project_name: ${project_name}
user_domain_name: ${user_domain_name}
username: ${username}
region_name: ${region_name}

0 comments on commit 4188ea5

Please sign in to comment.