87739c7e82
The ovsdb api code in Neutron is used by at least 4 other projects, so it makes sense to split the code out to its own project. The neutron_lib project is not a good fit since this code relies on the Python code from the OVS project and users of neutron_lib should not be forced to install OVS. Needed-By: Idf3dcca7e94fad49725fa427fbf874c674fdfd6a Change-Id: Icd9be59f8c4e41801e30734d332c572e08680087
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group ovsdbapp-core
|
|
label-Code-Review = -2..+2 group ovsdbapp-core
|
|
label-Workflow = -1..+1 group ovsdbapp-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|