Remove Future Parameters (write, list, delete) from ACL Validation Schema
Updated the validation schema for ACLs.
- Removed write, list, and delete operations since they are not yet supported.
- Added line for no additional properties other than "users" and "creator_only"
- Added unit tests covering all of these and other conditions.
- Updated unit tests to limit to "read" ACLs
- Removed unit tests covering cases with more than one operation
Reviewed: https:/ /review. openstack. org/177454 /git.openstack. org/cgit/ openstack/ barbican/ commit/ ?id=1fa86f707e0 b4b5923268fb34c 87026d390e0eef
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1fa86f707e0b4b5 923268fb34c8702 6d390e0eef
Author: Dave McCowan <email address hidden>
Date: Fri Apr 24 15:32:48 2015 -0400
Remove Future Parameters (write, list, delete) from ACL Validation Schema
Updated the validation schema for ACLs.
- Removed write, list, and delete operations since they are not yet supported.
- Added line for no additional properties other than "users" and "creator_only"
- Added unit tests covering all of these and other conditions.
- Updated unit tests to limit to "read" ACLs
- Removed unit tests covering cases with more than one operation
Change-Id: Ie8a3abd22d02bb 4a7bbedad373efa 7435f3bdb3b
Closes-Bug: #1447872