From e16824b7203e059db8ac3ddd1cf9556cfde73b17 Mon Sep 17 00:00:00 2001 From: Nathan Oyler Date: Wed, 12 Aug 2020 08:10:51 -0700 Subject: [PATCH] Ironic support and audit map --- README.md | 1 + etc/ironic_audit_map.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 etc/ironic_audit_map.yaml diff --git a/README.md b/README.md index 3e5e955..2422295 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ * Manila * Glance * Barbican + * Ironic Additional APIs can be supported without major code changes through templates. diff --git a/etc/ironic_audit_map.yaml b/etc/ironic_audit_map.yaml new file mode 100644 index 0000000..7d3b5ec --- /dev/null +++ b/etc/ironic_audit_map.yaml @@ -0,0 +1,8 @@ +service_type: 'compute/baremetal' +service_name: 'ironic' +prefix: '/v1' + +resources: + nodes: + ports: + volumes: