
Shade is a library that contains all the various logic you need to use OpenStack with the clouds Infra has encountered. It's currently being used as the basis of the next generation of ansible modules and the intent is to replace the direct python-*client calls in nodepool and launch_node. Change-Id: I14332c43cf12d46bd4472312e8edfa5760fc2f68
17 lines
314 B
Plaintext
17 lines
314 B
Plaintext
[access "refs/for/refs/*"]
|
|
pushMerge = group infra-core
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group infra-core
|
|
label-Code-Review = -2..+2 group infra-core
|
|
label-Workflow = -1..+1 group infra-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group infra-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|