Add clouds.yaml file for contributor testing docs
Change-Id: I740e4930f32eb1d189063159b2a106ab891a9d12
This commit is contained in:
25
doc/source/contributors/clouds.yaml
Normal file
25
doc/source/contributors/clouds.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
clouds:
|
||||||
|
fone:
|
||||||
|
region_name: boneville
|
||||||
|
default_domain: 'Valley'
|
||||||
|
identity_api_version: 3
|
||||||
|
auth:
|
||||||
|
auth_url: http://172.20.1.112:5000/v3/
|
||||||
|
project_name: cowrace
|
||||||
|
username: fonebone
|
||||||
|
password: thorn
|
||||||
|
phoney:
|
||||||
|
region_name: barrelhaven
|
||||||
|
identity_api_version: 2
|
||||||
|
auth:
|
||||||
|
auth_url: http://172.20.1.112:5000/v2.0/
|
||||||
|
project_name: dragonslayer
|
||||||
|
username: phoneybone
|
||||||
|
password: gold
|
||||||
|
test_cloud:
|
||||||
|
region_name: RegionOne
|
||||||
|
auth:
|
||||||
|
auth_url: http://xxx.xxx.xxx.xxx:5000/v2.0/
|
||||||
|
username: demo
|
||||||
|
password: secrete
|
||||||
|
project_name: demo
|
Reference in New Issue
Block a user