summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormariamj@us.ibm.com <mariamj@us.ibm.com>2015-03-07 12:07:00 -0500
committermariamj@us.ibm.com <mariamj@us.ibm.com>2015-03-07 12:14:29 -0500
commit25a4227657f7226477bc6581724b4fead9f6156e (patch)
tree8c796af6ca274bdf0178804dedbf17cd1286b633
parente935333aa4810c1a154d2a2136e4d1845d16f2a4 (diff)
downloadpycadf-25a4227657f7226477bc6581724b4fead9f6156e.tar.gz
Add api_audit_map.conf for Trove project
Enable cadf support for Trove by adding the api_audit_map.conf file for it. Closes-Bug: #1429423 Change-Id: I3bf5a6185e6ee9656b88ba054e58bc0c28b0eae5
-rw-r--r--etc/pycadf/trove_api_audit_map.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/pycadf/trove_api_audit_map.conf b/etc/pycadf/trove_api_audit_map.conf
new file mode 100644
index 0000000..75fe623
--- /dev/null
+++ b/etc/pycadf/trove_api_audit_map.conf
@@ -0,0 +1,23 @@
+[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]
+instances=instance
+configuration=None
+root=None
+action=None
+databases=database
+users=user
+flavors=flavor
+backups=backup
+configurations=configuration
+versions=version
+datastores=datastore
+parameters=parameter
+
+# map endpoint type defined in service catalog to CADF typeURI
+[service_endpoints]
+database=service/database