summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2016-02-10 16:05:15 -0800
committerClark Boylan <clark.boylan@gmail.com>2016-03-10 13:36:50 -0800
commitcbab18b0fa87cb9ddbcd8e37aa4bfffd9b582b34 (patch)
treeea74baf4aacf7d798a7a02bf8470b7846bc99150
parentfe2558a2d5b6a2fa8c2f3f3c5472b79a7e01ba4a (diff)
downloados-client-config-cbab18b0fa87cb9ddbcd8e37aa4bfffd9b582b34.tar.gz
Add osic vendor profile
The new osic cloud is a thing. Add a vendor profile here to simplify using it. Change-Id: Iecd473c93cd1e1d8e2bf9a785f257a47df10351e
-rw-r--r--doc/source/vendor-support.rst13
-rw-r--r--os_client_config/vendors/osic.json11
2 files changed, 24 insertions, 0 deletions
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"
+ ]
+ }
+}