summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-09-15 02:30:13 +0200
committerMonty Taylor <mordred@inaugust.com>2015-09-15 11:10:59 +0200
commitd11d165e697871b73236025efd5e8698d0b08750 (patch)
tree6f49eea82a0687b79cad57ddb7c10330d7cb9ef9
parent53b7b7a6d61243254974ad3c1c256809c86a27bf (diff)
downloados-client-config-d11d165e697871b73236025efd5e8698d0b08750.tar.gz
Update auro auth_url and region information
Also, turns out auro is running Glance v2. Change-Id: Iccc2e09f45192ac21001c346dab048c77a0f7813
-rw-r--r--doc/source/vendor-support.rst3
-rw-r--r--os_client_config/vendors/auro.yaml5
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 51e843a..58207a7 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -135,10 +135,11 @@ https://api.auro.io:5000/v2.0
============== ================
Region Name Human Name
============== ================
-RegionOne RegionOne
+van1 Vancouver, BC
============== ================
* Public IPv4 is provided via NAT with Nova Floating IP
+* Image API Version is 2
* Floating IPs are provided by Nova
* Security groups are provided by Nova
diff --git a/os_client_config/vendors/auro.yaml b/os_client_config/vendors/auro.yaml
index 987838b..c19a657 100644
--- a/os_client_config/vendors/auro.yaml
+++ b/os_client_config/vendors/auro.yaml
@@ -1,7 +1,8 @@
name: auro
profile:
auth:
- auth_url: https://api.auro.io:5000/v2.0
- region_name: RegionOne
+ auth_url: https://api.van1.auro.io:5000/v2.0
+ region_name: van1
+ image_api_version: '2'
secgroup_source: nova
floating_ip_source: nova