summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-23 14:42:24 +0000
committerGerrit Code Review <review@openstack.org>2015-09-23 14:42:24 +0000
commit19249cb1126c1008a118be23e3edb14a48cdd268 (patch)
tree9a7f2084e58dc45f6df9f0c9b24e24dd6f5749b1
parent988e305b37e0f840ba09fdde882158641f8a1d05 (diff)
parent75954fac2f711bfed815fd4015dff48ea26492c0 (diff)
downloados-client-config-19249cb1126c1008a118be23e3edb14a48cdd268.tar.gz
Merge "Add support for Catalyst as vendor"
-rw-r--r--doc/source/vendor-support.rst14
-rw-r--r--os_client_config/vendors/catalyst.yaml10
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 77d10eb..39f488d 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -233,3 +233,17 @@ nyj01 New York, NY
* Image API Version is 1
* Floating IPs are not supported
+
+catalyst
+--------
+
+https://api.cloud.catalyst.net.nz:5000/v2.0
+
+============== ================
+Region Name Human Name
+============== ================
+nz-por-1 Porirua, NZ
+nz_wlg_1 Wellington, NZ
+
+* Image API Version is 1
+* Images must be in `raw` format
diff --git a/os_client_config/vendors/catalyst.yaml b/os_client_config/vendors/catalyst.yaml
new file mode 100644
index 0000000..348ceaf
--- /dev/null
+++ b/os_client_config/vendors/catalyst.yaml
@@ -0,0 +1,10 @@
+name: catalyst
+profile:
+ auth:
+ auth_url: https://api.cloud.catalyst.net.nz:5000/v2.0
+ regions:
+ - nz-por-1
+ - nz_wlg_1
+ identity_api_version: '2'
+ image_api_version: '1'
+ image_format: raw