diff options
| author | unicell <unicell@gmail.com> | 2012-08-13 20:19:54 +0800 |
|---|---|---|
| committer | unicell <unicell@gmail.com> | 2012-08-27 23:45:05 +0800 |
| commit | 34c012c709cc5ae577330c7d67ba060293158210 (patch) | |
| tree | e04765cbb3e09e9047c51aa9e03d4b1db15ac80c /etc | |
| parent | 5e012d8d45935b68a5ce5d50ed043d4bb8066cf8 (diff) | |
| download | nova-34c012c709cc5ae577330c7d67ba060293158210.tar.gz nova-34c012c709cc5ae577330c7d67ba060293158210.tar.xz nova-34c012c709cc5ae577330c7d67ba060293158210.zip | |
Implement project specific flavors API
blueprint project-specific-flavors
This change implements API extension to manage project specific flavor
types, so that non-public flavor type can only see by projects with
access rights.
Change-Id: Ie2d2c605065b0c76897f843a4548a0c984a05f1a
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 8bc2f6f5f..2a722b9a1 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -35,6 +35,7 @@ "compute_extension:disk_config": [], "compute_extension:extended_server_attributes": [["rule:admin_api"]], "compute_extension:extended_status": [], + "compute_extension:flavor_access": [], "compute_extension:flavorextradata": [], "compute_extension:flavorextraspecs": [], "compute_extension:flavormanage": [["rule:admin_api"]], |
