a926825215
* Updated samples of ExistingCloud deployment Change-Id: Ief7892ae73a8b8a5a0c8f184addac127b0e7fd35
19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"type": "ExistingCloud",
|
|
"creds": {
|
|
"openstack": {
|
|
"auth_url": "http://example.net:5000/v2.0/",
|
|
"region_name": "RegionOne",
|
|
"endpoint_type": "public",
|
|
"endpoint": "http://<public-identity-url-ip>:<mgmt-port>/<version>/ example: http://172.16.0.2:35357/v2.0/",
|
|
"admin": {
|
|
"username": "admin",
|
|
"password": "pa55word",
|
|
"tenant_name": "demo"
|
|
},
|
|
"https_insecure": false,
|
|
"https_cacert": ""
|
|
}
|
|
}
|
|
}
|