Add oslo.upgradecheck

This will be used to house the common code for upgrade checks.

Change-Id: Iea97c7b6f17e00d0c88149c9cc32d04f788ca3a2
Needed-By: https://review.openstack.org/602483/
This commit is contained in:
Ben Nemec 2018-09-13 22:51:01 +00:00
parent 7d7633fce7
commit f3c39c1b87
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

@ -5890,6 +5890,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

@ -1542,6 +1542,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

@ -1040,6 +1040,7 @@
- openstack/oslo.serialization
- openstack/oslo.service
- openstack/oslo.tools
- openstack/oslo.upgradecheck
- openstack/oslo.utils
- openstack/oslo.versionedobjects
- openstack/oslo.vmware