Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/ec2-policy-integration. Description: Right now the policy.json is attached to lower levels of the openstack code, which means that if a api/function is restricted the top level ec2 api may partially complete and then hit a function that is restricted (no rollback will happen). It would be better instead to integrate the policy wrappers at the ec2 level so that this kind of activity would not happen and more useful error messages could be reported. Specification URL (additional information): None