Merge "Add swiftpolicy middleware project on StackForge"

This commit is contained in:
Jenkins 2014-08-11 16:07:24 +00:00 committed by Gerrit Code Review
commit 3811110abd
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group swiftpolicy-core
label-Workflow = -1..+1 group swiftpolicy-core
abandon = group swiftpolicy-core
[access "refs/tags/*"]
create = group swiftpolicy-ptl
pushTag = group swiftpolicy-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1176,6 +1176,9 @@
- project: stackforge/swift3
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
upstream: git://github.com/fujita/swift3.git
- project: stackforge/swiftpolicy
description: SwiftPolicy Middleware for OpenStack Swift allows to use a JSON policy file to handle swift authorizations.
upstream: git://github.com/cloudwatt/swiftpolicy.git
- project: stackforge/swiftsync
description: "Swift mass syncronizer"
upstream: git://github.com/enovance/swiftsync.git

View File

@ -4734,6 +4734,12 @@ projects:
- gate-swift3-tox-tempauth
- gate-swift3-tox-keystone
- name: stackforge/swiftpolicy
check:
- noop
gate:
- noop
- name: stackforge/swiftsync
check:
- gate-swiftsync-pep8