summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLokesh S <lokesh.s@hp.com>2016-02-03 07:29:38 +0000
committerlokesh s <slokesh184@gmail.com>2016-02-06 17:24:35 +0000
commitdc553133d854f31a54d3afd9fbe1b1370adbfaec (patch)
tree22f0b72ad0ca54ff258689f3876770ddc97d11b0 /etc
parent57d138e84eca14249417977c0faafcd2130a3502 (diff)
downloadpycadf-dc553133d854f31a54d3afd9fbe1b1370adbfaec.tar.gz
Adding ironic api specific audit map configuration
Closes-Bug: 1541232 Change-Id: Ic267cd171564240363b39b288dd6c22f7851f4fb
Diffstat (limited to 'etc')
-rw-r--r--etc/pycadf/ironic_api_audit_map.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/pycadf/ironic_api_audit_map.conf b/etc/pycadf/ironic_api_audit_map.conf
new file mode 100644
index 0000000..c88d61a
--- /dev/null
+++ b/etc/pycadf/ironic_api_audit_map.conf
@@ -0,0 +1,25 @@
+[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]
+nodes = node
+drivers = driver
+chassis = chassis
+ports = port
+states = state
+power = None
+provision = None
+maintenance = None
+validate = None
+boot_device = None
+supported = None
+console = None
+vendor_passthrus = vendor_passthru
+
+
+# map endpoint type defined in service catalog to CADF typeURI
+[service_endpoints]
+baremetal = service/compute/baremetal