From 9113fcecb5a46ae91a44ae4dba7805e20adcf37a Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 16 May 2016 14:57:59 -0400 Subject: [PATCH] Add basic Swift V3 support --- static/js/core-config-setup.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/js/core-config-setup.js b/static/js/core-config-setup.js index 83d9ce78a..fc28de4e3 100644 --- a/static/js/core-config-setup.js +++ b/static/js/core-config-setup.js @@ -98,7 +98,7 @@ angular.module("core-config-setup", ['angularFileUpload']) ], 'SwiftStorage': [ - {'name': 'auth_version', 'title': 'Swift Version', 'kind': 'option', 'values': [1, 2]}, + {'name': 'auth_version', 'title': 'Swift Auth Version', 'kind': 'option', 'values': [1, 2, 3]}, {'name': 'auth_url', 'title': 'Swift Auth URL', 'placeholder': 'http://swiftdomain/auth/v1.0', 'kind': 'text'}, {'name': 'swift_container', 'title': 'Swift Container Name', 'placeholder': 'mycontainer', 'kind': 'text', 'help_text': 'The swift container for all objects. Must already exist inside Swift.'}, @@ -117,7 +117,8 @@ angular.module("core-config-setup", ['angularFileUpload']) 'help_text': 'If enabled, will allow for faster pulls directly from Swift.'}, {'name': 'os_options', 'title': 'OS Options', 'kind': 'map', - 'keys': ['tenant_id', 'auth_token', 'service_type', 'endpoint_type', 'tenant_name', 'object_storage_url', 'region_name']} + 'keys': ['tenant_id', 'auth_token', 'service_type', 'endpoint_type', 'tenant_name', 'object_storage_url', 'region_name', + 'project_id', 'project_name', 'project_domain_name', 'user_domain_name', 'user_domain_id']} ] };