summaryrefslogtreecommitdiff
path: root/etc/pycadf/glance_api_audit_map.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pycadf/glance_api_audit_map.conf')
-rw-r--r--etc/pycadf/glance_api_audit_map.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/pycadf/glance_api_audit_map.conf b/etc/pycadf/glance_api_audit_map.conf
new file mode 100644
index 0000000..fc9e461
--- /dev/null
+++ b/etc/pycadf/glance_api_audit_map.conf
@@ -0,0 +1,16 @@
+[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]
+detail = None
+file = None
+images = image
+members = member
+tags = tag
+
+# map endpoint type defined in service catalog to CADF typeURI
+[service_endpoints]
+image = service/storage/image \ No newline at end of file