diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-10-26 14:16:53 +0900 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-10-27 07:28:50 +0900 |
commit | c71ba514a3827f09312e873899a39d4974bd1e4c (patch) | |
tree | bce822eaaa0b1fcfa58cd6cbc4735d2b39f2dab1 | |
parent | 4ae04265ffc015259a2c3709b03edcfe86953833 (diff) | |
download | os-client-config-c71ba514a3827f09312e873899a39d4974bd1e4c.tar.gz |
Add conoha public cloud
Change-Id: I05a716bc54c98390a7cbeb352338a7c6cd7e86c3
-rw-r--r-- | doc/source/vendor-support.rst | 15 | ||||
-rw-r--r-- | os_client_config/vendors/conoha.yaml | 8 |
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index 5519928..2199531 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -264,3 +264,18 @@ ZH Zurich, CH * Images must be in `raw` format * Images must be uploaded using the Glance Task Interface + +conoha +------ + +https://identity.%(region_name)s.conoha.io/v2.0 + +============== ================ +Region Name Human Name +============== ================ +tyo1 Tokyo, JP +sin1 Singapore +lon1 London, UK +============== ================ + +* Images cannot be uploaded diff --git a/os_client_config/vendors/conoha.yaml b/os_client_config/vendors/conoha.yaml new file mode 100644 index 0000000..1ed4063 --- /dev/null +++ b/os_client_config/vendors/conoha.yaml @@ -0,0 +1,8 @@ +name: conoha +profile: + auth: + auth_url: https://identity.{region_name}.conoha.io/v2.0 + regions: + - sin1 + - lon1 + - tyo1 |