add python-aodhclient to openstack repo

we've created a new client lib for aodh so users don't need to
use ceilometerclient and redirect.

Change-Id: I11cc63a3fb987c457595220d91315fdadcf41a12
Needed-By: I21a6d2d038d9aabd0a1c2e777b9f9223b5b56d38
This commit is contained in:
gordon chung
2015-12-18 16:57:34 -05:00
parent 213dd8adb1
commit 7054aef076
5 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[access "refs/heads/*"]
abandon = group aodh-core
label-Code-Review = -2..+2 group aodh-core
label-Workflow = -1..+1 group aodh-core
[access "refs/heads/stable/*"]
abandon = group aodh-stable-maint
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group aodh-stable-maint
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group aodh-stable-maint
[access "refs/tags/*"]
pushSignedTag = group library-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true