~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to etc/nova/policy.json

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman, Adam Gandelman, Chuck Short
  • Date: 2012-08-27 15:37:18 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20120827153718-lj8er44eqqz1gsrj
Tags: 2012.2~rc1~20120827.15815-0ubuntu1
[ Adam Gandelman ]
* New upstream release.

[ Chuck Short ]
* debian/patches/0001-Update-tools-hacking-for-pep8-1.2-and-
  beyond.patch: Dropped we dont run pep8 tests anymore.
* debian/control: Drop pep8 build depends
* debian/*.upstart.in: Make sure we transition correctly from runlevel
  1 to 2. (LP: #820694)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "admin_or_owner":  [["role:admin"], ["project_id:%(project_id)s"]],
 
2
    "context_is_admin":  [["role:admin"]],
 
3
    "admin_or_owner":  [["is_admin:True"], ["project_id:%(project_id)s"]],
3
4
    "default": [["rule:admin_or_owner"]],
4
5
 
5
6
 
9
10
    "compute:get_all": [],
10
11
 
11
12
 
12
 
    "admin_api": [["role:admin"]],
 
13
    "admin_api": [["is_admin:True"]],
13
14
    "compute_extension:accounts": [["rule:admin_api"]],
14
15
    "compute_extension:admin_actions": [["rule:admin_api"]],
15
16
    "compute_extension:admin_actions:pause": [["rule:admin_or_owner"]],
34
35
    "compute_extension:disk_config": [],
35
36
    "compute_extension:extended_server_attributes": [["rule:admin_api"]],
36
37
    "compute_extension:extended_status": [],
 
38
    "compute_extension:flavor_access": [],
37
39
    "compute_extension:flavorextradata": [],
38
40
    "compute_extension:flavorextraspecs": [],
39
41
    "compute_extension:flavormanage": [["rule:admin_api"]],
94
96
    "network:disassociate_floating_ip": [],
95
97
 
96
98
    "network:get_fixed_ip": [],
 
99
    "network:get_fixed_ip_by_address": [],
97
100
    "network:add_fixed_ip_to_instance": [],
98
101
    "network:remove_fixed_ip_from_instance": [],
99
102
    "network:add_network_to_project": [],