summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/pycadf/swift_api_audit_map.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/pycadf/swift_api_audit_map.conf b/etc/pycadf/swift_api_audit_map.conf
new file mode 100644
index 0000000..34e5b2f
--- /dev/null
+++ b/etc/pycadf/swift_api_audit_map.conf
@@ -0,0 +1,13 @@
+[DEFAULT]
+# default target endpoint type
+# should match the endpoint type defined in service catalog
+target_endpoint_type = None
+
+# possible end path of api requests
+[path_keywords]
+info = None
+v1 = object-store
+
+# map endpoint type defined in service catalog to CADF typeURI
+[service_endpoints]
+object-store = service/storage/object-store