Merge "Add oslo.upgradecheck"
This commit is contained in:
commit
3e9e4aa0c5
16
gerrit/acls/openstack/oslo.upgradecheck.config
Normal file
16
gerrit/acls/openstack/oslo.upgradecheck.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group oslo-upgradecheck-core
|
||||
label-Code-Review = -2..+2 group oslo-upgradecheck-core
|
||||
label-Workflow = -1..+1 group oslo-upgradecheck-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group stable-maint-core
|
||||
label-Code-Review = -2..+2 group stable-maint-core
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -5899,6 +5899,9 @@
|
||||
- translate
|
||||
- project: openstack/oslo.tools
|
||||
description: Tools for working in the OpenStack Oslo community.
|
||||
- project: openstack/oslo.upgradecheck
|
||||
description: Common code for writing OpenStack upgrade checks.
|
||||
upstream: https://github.com/cybertron/oslo.upgradecheck
|
||||
- project: openstack/oslo.utils
|
||||
description: OpenStack library utils
|
||||
options:
|
||||
|
@ -1543,6 +1543,7 @@ openstack-oslo:
|
||||
- openstack/oslo.serialization
|
||||
- openstack/oslo.service
|
||||
- openstack/oslo.tools
|
||||
- openstack/oslo.upgradecheck
|
||||
- openstack/oslo.utils
|
||||
- openstack/oslo.versionedobjects
|
||||
- openstack/oslo.vmware
|
||||
|
@ -1042,6 +1042,7 @@
|
||||
- openstack/oslo.serialization
|
||||
- openstack/oslo.service
|
||||
- openstack/oslo.tools
|
||||
- openstack/oslo.upgradecheck
|
||||
- openstack/oslo.utils
|
||||
- openstack/oslo.versionedobjects
|
||||
- openstack/oslo.vmware
|
||||
|
Loading…
Reference in New Issue
Block a user