From cbab18b0fa87cb9ddbcd8e37aa4bfffd9b582b34 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 10 Feb 2016 16:05:15 -0800 Subject: [PATCH] Add osic vendor profile The new osic cloud is a thing. Add a vendor profile here to simplify using it. Change-Id: Iecd473c93cd1e1d8e2bf9a785f257a47df10351e --- doc/source/vendor-support.rst | 13 +++++++++++++ os_client_config/vendors/osic.json | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 os_client_config/vendors/osic.json diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index e007b70..7b1cceb 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -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 --- 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" + ] + } +}