summaryrefslogtreecommitdiff
path: root/etc/pycadf/neutron_api_audit_map.conf
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2014-02-13 12:51:22 -0500
committerGordon Chung <chungg@ca.ibm.com>2014-06-05 18:52:15 -0400
commitc575e6d1df34c31d1c3733809e88af2f0b66a83b (patch)
tree424397c70b07ebcc7e3af5379d83bf78cf6c5ccd /etc/pycadf/neutron_api_audit_map.conf
parent6ac553173de8e01f0b4a8bb73c212c63fd8679a4 (diff)
downloadpycadf-c575e6d1df34c31d1c3733809e88af2f0b66a83b.tar.gz
add audit_maps for more OpenStack components
add audit_maps for: - cinder - glance - neutron Change-Id: If324c1296f852e57f3a376ccfc485ed1b3df75e3 Blueprint: audit-all-apis
Diffstat (limited to 'etc/pycadf/neutron_api_audit_map.conf')
-rw-r--r--etc/pycadf/neutron_api_audit_map.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/pycadf/neutron_api_audit_map.conf b/etc/pycadf/neutron_api_audit_map.conf
new file mode 100644
index 0000000..2705252
--- /dev/null
+++ b/etc/pycadf/neutron_api_audit_map.conf
@@ -0,0 +1,31 @@
+[DEFAULT]
+# default target endpoint type
+# should match the endpoint type defined in service catalog
+target_endpoint_type = None
+
+​[custom_actions]
+add_router_interface = update/add
+remove_router_interface = update/remove
+
+# possible end path of api requests
+[path_keywords]
+floatingips = ip
+healthmonitors = healthmonitor
+health_monitors = health_monitor
+lb = None​
+members = member
+metering-labels = label
+metering-label-rules = rule
+networks = network
+pools = pool
+ports = port
+routers = router
+quotas = quota
+security-groups = security-group
+security-group-rules = rule
+subnets = subnet
+vips = vip
+
+# map endpoint type defined in service catalog to CADF typeURI
+[service_endpoints]
+network = service/network \ No newline at end of file