diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index d30c104..f97c9f6 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -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 --- diff --git a/os_client_config/vendors/osic.json b/os_client_config/vendors/osic.json new file mode 100644 index 0000000..484d711 --- /dev/null +++ b/os_client_config/vendors/osic.json @@ -0,0 +1,11 @@ +{ + "name": "osic", + "profile": { + "auth": { + "auth_url": "https://cloud1.osic.org:5000" + }, + "regions": [ + "RegionOne" + ] + } +}