Update deployment samples

* Updated samples of ExistingCloud deployment

Change-Id: Ief7892ae73a8b8a5a0c8f184addac127b0e7fd35
This commit is contained in:
Anton Studenov 2017-03-21 22:32:45 +03:00
parent c7b48f3893
commit a926825215
4 changed files with 68 additions and 52 deletions

View File

@ -1,5 +1,7 @@
{
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "http://example.net:5000/v3/",
"region_name": "RegionOne",
"endpoint_type": "public",
@ -12,4 +14,6 @@
},
"https_insecure": false,
"https_cacert": ""
}
}
}

View File

@ -1,5 +1,7 @@
{
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "http://example.net:5000/v2.0/",
"region_name": "RegionOne",
"endpoint_type": "public",
@ -11,4 +13,6 @@
},
"https_insecure": false,
"https_cacert": ""
}
}
}

View File

@ -1,5 +1,7 @@
{
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "http://example.net:5000/v2.0/",
"region_name": "RegionOne",
"endpoint_type": "public",
@ -20,4 +22,6 @@
"tenant_name": "some_tenant2"
}
]
}
}
}

View File

@ -1,5 +1,7 @@
{
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "http://example.net:5000/v2.0/",
"region_name": "RegionOne",
"endpoint_type": "public",
@ -10,4 +12,6 @@
},
"https_insecure": false,
"https_cacert": ""
}
}
}