2c5e0a0ead
This project implements nova virtulization driver for zVM. Background: There's an existing project - zvm-driver on StackForge, which contains both nova-zvm-virt-driver and neutron-zvm-plugin. In order to make it easier to develop, maintain and setting up CI system on StackForge, we plan to create new projects on StackForge for each nova-zvm-virt-driver and neutron-zvm-plugin, then obsolete project zvm-driver. Change-Id: I481d583cf72888c9ceb96aedd0f25a5532f7f704
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group zvm-driver-core
|
|
label-Code-Review = -2..+2 group zvm-driver-core
|
|
label-Workflow = -1..+1 group zvm-driver-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group zvm-driver-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|