From 30d89919b557fb2e34953641be85eeaa84f06274 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 31 Aug 2012 12:51:52 -0700 Subject: Add extensions for flavor swap and rxtx_factor The swap and flavor attributes of a flavor are not in the spec. This moves the properties so they are generated by extensions. The output will not be changed if all extensions are enabled (by default), but we now have a way to document these extra attributes and disable them. DocImpact Change-Id: Iee1cb1b1ee4116a38b90db581c38468d3d92afaf --- etc/nova/policy.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/nova/policy.json b/etc/nova/policy.json index 2704bdcd5..688918d66 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -37,6 +37,8 @@ "compute_extension:extended_status": [], "compute_extension:flavor_access": [], "compute_extension:flavor_disabled": [], + "compute_extension:flavor_rxtx": [], + "compute_extension:flavor_swap": [], "compute_extension:flavorextradata": [], "compute_extension:flavorextraspecs": [], "compute_extension:flavormanage": [["rule:admin_api"]], -- cgit