diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-08-29 17:50:58 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-08-29 22:27:46 -0700 |
| commit | f9fa7a68a368cefd79ccc6d5d2b91cbdb4d17be7 (patch) | |
| tree | f4ad838b04c86d34f20bc0eb7caa25eae52411e0 /etc | |
| parent | 4a6193b5d2cab2aaf4a5b3dfeb9b460d77677a2d (diff) | |
| download | nova-f9fa7a68a368cefd79ccc6d5d2b91cbdb4d17be7.tar.gz nova-f9fa7a68a368cefd79ccc6d5d2b91cbdb4d17be7.tar.xz nova-f9fa7a68a368cefd79ccc6d5d2b91cbdb4d17be7.zip | |
Clean up non-spec output in flavor extensions
Adds option to cache flavors in the request object like instances.
Modifies the flavorextradata extension to use the cache and optimizes
tests. Adds flavor_disabled extension to control the extra data and
includes tests. Fixes api samples to show the new extension.
Fixes bug 1043585
Change-Id: Ie89df24a2891e3869d3fb604e07c79e8c913f290
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nova/policy.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json index 2a722b9a1..2704bdcd5 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -36,6 +36,7 @@ "compute_extension:extended_server_attributes": [["rule:admin_api"]], "compute_extension:extended_status": [], "compute_extension:flavor_access": [], + "compute_extension:flavor_disabled": [], "compute_extension:flavorextradata": [], "compute_extension:flavorextraspecs": [], "compute_extension:flavormanage": [["rule:admin_api"]], |
