Merge "Add osic vendor profile"

This commit is contained in:
Jenkins 2016-03-10 21:47:02 +00:00 committed by Gerrit Code Review
commit f99445bd2f
2 changed files with 24 additions and 0 deletions

View File

@ -171,6 +171,19 @@ nyj01 New York, NY
* Image API Version is 1
* Floating IPs are not supported
osic
----
https://cloud1.osic.org:5000
============== =================
Region Name Human Name
============== =================
RegionOne RegionOne
============== =================
* Public IPv4 is provided via NAT with Neutron Floating IP
ovh
---

11
os_client_config/vendors/osic.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"name": "osic",
"profile": {
"auth": {
"auth_url": "https://cloud1.osic.org:5000"
},
"regions": [
"RegionOne"
]
}
}