From d11d165e697871b73236025efd5e8698d0b08750 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 15 Sep 2015 02:30:13 +0200 Subject: Update auro auth_url and region information Also, turns out auro is running Glance v2. Change-Id: Iccc2e09f45192ac21001c346dab048c77a0f7813 --- doc/source/vendor-support.rst | 3 ++- os_client_config/vendors/auro.yaml | 5 +++-- 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 -- cgit v1.2.1