summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/pycadf/api_audit_map.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/etc/pycadf/api_audit_map.conf b/etc/pycadf/api_audit_map.conf
new file mode 100644
index 0000000..a27e67a
--- /dev/null
+++ b/etc/pycadf/api_audit_map.conf
@@ -0,0 +1,55 @@
+[DEFAULT]
+api_paths =
+ add
+ entries
+ extensions
+ limits
+ servers
+ metadata
+ ips
+ images
+ flavors
+ os-agents
+ os-aggregates
+ os-cloudpipe
+ diagnostics
+ os-fixed-ips
+ os-extra_specs
+ os-flavor-access
+ os-floating-ip-dns
+ os-floating-ips-bulk
+ os-floating-ips
+ os-hosts
+ os-hypervisors
+ os-instance-actions
+ os-keypairs
+ os-networks
+ os-quota-sets
+ os-security-groups
+ os-security-group-rules
+ os-server-password
+ os-services
+ os-simple-tenant-usage
+ os-virtual-interfaces
+ os-volume_attachments
+ os-volumes
+ os-volume-types
+ os-snapshots
+
+[body_actions]
+changePassword = update
+reboot = update
+rebuild = update
+resize = update
+confirmResize = read
+revertResize = update
+createImage = create
+
+[service_endpoints]
+identity = service/security
+object-store = service/storage/object
+volume = service/storage/block
+image = service/storage/image
+network = service/network
+compute = service/compute
+metering = service/bss/metering \ No newline at end of file