summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliyingjun <yingjun.li@kylin-cloud.com>2016-04-15 10:37:43 +0800
committerliyingjun <yingjun.li@kylin-cloud.com>2016-04-15 10:37:43 +0800
commitec0780b19a4ab01e80451bcfc33005e3b04b96d5 (patch)
treecc04ee6fd74e715479e016a2f589c17fea496eb0
parentc0c17e8e8a4e25cadc1e185152629cae2d230afb (diff)
downloadpycadf-ec0780b19a4ab01e80451bcfc33005e3b04b96d5.tar.gz
Add missing os-volumes_boot to nova_api_audit_map.conf2.3.0
When booting instance from volume, the path keyword is os-volumes_boot. Adding this to default config. Change-Id: Ia4cb99e50de93ef0fc57a846e2af96f716eeadb8
-rw-r--r--etc/pycadf/nova_api_audit_map.conf3
1 files changed, 2 insertions, 1 deletions
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