Merge "Add oslo.upgradecheck"

This commit is contained in:
Zuul 2018-09-17 17:52:36 +00:00 committed by Gerrit Code Review
commit 3e9e4aa0c5
4 changed files with 21 additions and 0 deletions

View 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

View File

@ -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:

View File

@ -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

View File

@ -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