Add osic vendor profile

The new osic cloud is a thing. Add a vendor profile here to simplify
using it.

Change-Id: Iecd473c93cd1e1d8e2bf9a785f257a47df10351e
This commit is contained in:
Clark Boylan 2016-02-10 16:05:15 -08:00
parent fe2558a2d5
commit cbab18b0fa
2 changed files with 24 additions and 0 deletions

View File

@ -188,6 +188,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"
]
}
}