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

View File

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

View File

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

View File

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