Merge "Update deployment samples"

This commit is contained in:
Jenkins 2017-03-22 18:51:22 +00:00 committed by Gerrit Code Review
commit 698cd90c20
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",
@ -13,3 +15,5 @@
"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",
@ -12,3 +14,5 @@
"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",
@ -21,3 +23,5 @@
}
]
}
}
}

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,3 +13,5 @@
"https_insecure": false,
"https_cacert": ""
}
}
}