summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schwede <cschwede@redhat.com>2019-08-30 12:24:05 +0200
committerChristian Schwede <cschwede@redhat.com>2019-08-30 12:24:05 +0200
commit19728f25147542f632df6d0988e11448e869ab55 (patch)
treeb29321172e3ff2a3c6af86049e257644b51d6242
parentd113c1564d49d93451d9330955e8a42b7db04149 (diff)
downloadpycadf-19728f25147542f632df6d0988e11448e869ab55.tar.gz
Add swift_api_audit_map.conf
Change-Id: Id1b2944783ecaaa631ce9c1ceebfa1a30de4d4c6
-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