From ec0780b19a4ab01e80451bcfc33005e3b04b96d5 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Fri, 15 Apr 2016 10:37:43 +0800 Subject: Add missing os-volumes_boot to nova_api_audit_map.conf When booting instance from volume, the path keyword is os-volumes_boot. Adding this to default config. Change-Id: Ia4cb99e50de93ef0fc57a846e2af96f716eeadb8 --- etc/pycadf/nova_api_audit_map.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/pycadf/nova_api_audit_map.conf b/etc/pycadf/nova_api_audit_map.conf index f9bda45..961ad2a 100644 --- a/etc/pycadf/nova_api_audit_map.conf +++ b/etc/pycadf/nova_api_audit_map.conf @@ -57,6 +57,7 @@ os-services = None os-simple-tenant-usage = tenant os-virtual-interfaces = None os-volume_attachments = attachment +os-volumes_boot = None os-volumes = volume os-volume-types = volume-type os-snapshots = snapshot @@ -68,4 +69,4 @@ statistics = None # map endpoint type defined in service catalog to CADF typeURI [service_endpoints] -compute = service/compute \ No newline at end of file +compute = service/compute -- cgit v1.2.1