~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

Viewing changes to nova/tests/policy.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-05-24 13:12:53 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120524131253-ommql08fg1en06ut
Tags: 2012.2~f1-0ubuntu1
* New upstream release.
* Prepare for quantal:
  - Dropped debian/patches/upstream/0006-Use-project_id-in-ec2.cloud._format_image.patch
  - Dropped debian/patches/upstream/0005-Populate-image-properties-with-project_id-again.patch
  - Dropped debian/patches/upstream/0004-Fixed-bug-962840-added-a-test-case.patch
  - Dropped debian/patches/upstream/0003-Allow-unprivileged-RADOS-users-to-access-rbd-volumes.patch
  - Dropped debian/patches/upstream/0002-Stop-libvirt-test-from-deleting-instances-dir.patch
  - Dropped debian/patches/upstream/0001-fix-bug-where-nova-ignores-glance-host-in-imageref.patch 
  - Dropped debian/patches/0001-fix-useexisting-deprecation-warnings.patch
* debian/control: Add python-keystone as a dependency. (LP: #907197)
* debian/patches/kombu_tests_timeout.patch: Refreshed.
* debian/nova.conf, debian/nova-common.postinst: Convert to new ini
  file configuration
* debian/patches/nova-manage_flagfile_location.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    "compute:delete_instance_metadata": [],
14
14
 
15
15
    "compute:get_instance_faults": [],
16
 
    "compute:get_actions": [],
17
16
    "compute:get_diagnostics": [],
18
17
 
19
18
    "compute:get_lock": [],
101
100
    "compute_extension:multinic": [],
102
101
    "compute_extension:networks": [],
103
102
    "compute_extension:quotas": [],
 
103
    "compute_extension:quota_classes": [],
104
104
    "compute_extension:rescue": [],
105
105
    "compute_extension:security_groups": [],
106
 
    "compute_extension:server_action_list": [],
107
106
    "compute_extension:server_diagnostics": [],
108
107
    "compute_extension:simple_tenant_usage:show": [],
109
108
    "compute_extension:simple_tenant_usage:list": [],
115
114
    "compute_extension:zones": [],
116
115
 
117
116
 
118
 
 
119
117
    "volume:create": [],
120
118
    "volume:get": [],
121
119
    "volume:get_all": [],
124
122
    "volume:update": [],
125
123
    "volume:delete_volume_metadata": [],
126
124
    "volume:update_volume_metadata": [],
127
 
 
128
125
    "volume:attach": [],
129
126
    "volume:detach": [],
130
127
    "volume:reserve_volume": [],
133
130
    "volume:check_detach": [],
134
131
    "volume:initialize_connection": [],
135
132
    "volume:terminate_connection": [],
136
 
 
137
133
    "volume:create_snapshot": [],
138
134
    "volume:delete_snapshot": [],
139
135
    "volume:get_snapshot": [],
140
136
    "volume:get_all_snapshots": [],
141
137
 
142
138
 
 
139
    "volume_extension:types_manage": [],
 
140
    "volume_extension:types_extra_specs": [],
 
141
 
 
142
 
143
143
    "network:get_all_networks": [],
144
144
    "network:get_network": [],
145
145
    "network:delete_network": [],