Need add releasenote support in correct way

Bug #1634356 reported by ChangBo Guo(gcb)
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
debtcollector
Fix Released
Undecided
ChangBo Guo(gcb)
futurist
Fix Released
Undecided
ChangBo Guo(gcb)
oslo.i18n
Fix Released
Undecided
ChangBo Guo(gcb)
oslo.reports
Fix Released
Undecided
ChangBo Guo(gcb)
oslo.serialization
Fix Released
Undecided
ChangBo Guo(gcb)
oslo.utils
Fix Released
Undecided
ChangBo Guo(gcb)
oslo.versionedobjects
Fix Released
Undecided
ChangBo Guo(gcb)
oslosphinx
Fix Released
Undecided
ChangBo Guo(gcb)
oslotest
Fix Released
Undecided
ChangBo Guo(gcb)
osprofiler
Fix Released
Undecided
ChangBo Guo(gcb)
stevedore
Fix Released
Undecided
ChangBo Guo(gcb)
tooz
Fix Released
Undecided
ChangBo Guo(gcb)

Bug Description

Found issue in https://review.openstack.org/#/c/387705/. we'd better add
release note management for oslo libraries.

Some oslo libraries have supported release notes, but didn't do that in the right way. This lead we can't pass release validate. show errors like:

2016-10-18 01:41:03.732911 | Could not fetch release notes page http://docs.openstack.org/releasenotes/automaton/unreleased.html: 404
2016-10-18 01:41:03.732942 | Could not fetch release notes page http://docs.openstack.org/releasenotes/debtcollector/unreleased.html: 404
2016-10-18 01:41:03.732970 | Could not fetch release notes page http://docs.openstack.org/releasenotes/futurist/unreleased.html: 404
2016-10-18 01:41:03.732998 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.i18n/unreleased.html: 404
2016-10-18 01:41:03.733038 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.middleware/unreleased.html: 404
2016-10-18 01:41:03.733078 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.privsep/unreleased.html: 404
2016-10-18 01:41:03.733109 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.reports/unreleased.html: 404
2016-10-18 01:41:03.735503 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.rootwrap/unreleased.html: 404
2016-10-18 01:41:03.735549 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.serialization/unreleased.html: 404
2016-10-18 01:41:03.735578 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.service/unreleased.html: 404
2016-10-18 01:41:03.735606 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.utils/unreleased.html: 404
2016-10-18 01:41:03.735635 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslo.versionedobjects/unreleased.html: 404
2016-10-18 01:41:03.735674 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslosphinx/unreleased.html: 404
2016-10-18 01:41:03.735699 | Could not fetch release notes page http://docs.openstack.org/releasenotes/oslotest/unreleased.html: 404
2016-10-18 01:41:03.735724 | Could not fetch release notes page http://docs.openstack.org/releasenotes/stevedore/unreleased.html: 404
2016-10-18 01:41:03.735749 | Could not fetch release notes page http://docs.openstack.org/releasenotes/taskflow/unreleased.html: 404
2016-10-18 01:41:03.735773 | Could not fetch release notes page http://docs.openstack.org/releasenotes/tooz/unreleased.html: 404

Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Changed in oslo.utils:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
status: New → In Progress
description: updated
Changed in debtcollector:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
status: New → Fix Released
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Changed in futurist:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
Changed in oslo.i18n:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Changed in futurist:
status: New → Fix Released
Changed in oslo.i18n:
status: New → Fix Released
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Changed in oslo.reports:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
status: New → In Progress
Changed in oslo.utils:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tooz (master)

Fix proposed to branch: master
Review: https://review.openstack.org/392418

Changed in python-tooz:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to stevedore (master)

Fix proposed to branch: master
Review: https://review.openstack.org/392424

Changed in python-stevedore:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
status: New → In Progress
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Changed in oslotest:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to oslosphinx (master)

Fix proposed to branch: master
Review: https://review.openstack.org/392438

Changed in oslosphinx:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
status: New → In Progress
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :

Fix oslo.versionedobjects in https://review.openstack.org/#/c/392540/

Changed in oslo.versionedobjects:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :

Fix oslo.serialization in https://review.openstack.org/392486

Changed in oslo.serialization:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.utils 3.18.0

This issue was fixed in the openstack/oslo.utils 3.18.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslosphinx (master)

Reviewed: https://review.openstack.org/392438
Committed: https://git.openstack.org/cgit/openstack/oslosphinx/commit/?id=e585ff0d8603e1b7419ee38d3f032fa494ce4db6
Submitter: Jenkins
Branch: master

commit e585ff0d8603e1b7419ee38d3f032fa494ce4db6
Author: ChangBo Guo(gcb) <email address hidden>
Date: Wed Nov 2 15:06:25 2016 +0800

    Add reno for release notes management

    The release management team have indicated this is their preferred way
    to collect release notes in future.

    Closes-Bug: #1634356

    Change-Id: I1b07a37eaa57c0f1767a534c6208d62d572a80a4

Changed in oslosphinx:
status: In Progress → Fix Released
Changed in osprofiler:
assignee: nobody → ChangBo Guo(gcb) (glongwave)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stevedore (master)

Reviewed: https://review.openstack.org/392424
Committed: https://git.openstack.org/cgit/openstack/stevedore/commit/?id=043e62abb4e55269b7717e0b3836f66e36a5cb70
Submitter: Jenkins
Branch: master

commit 043e62abb4e55269b7717e0b3836f66e36a5cb70
Author: ChangBo Guo(gcb) <email address hidden>
Date: Wed Nov 2 14:26:41 2016 +0800

    Add reno for release notes management

    The release management team have indicated this is their preferred way
    to collect release notes in future.

    Closes-Bug: #1634356

    Change-Id: Idce0284b62602bfd51e64784e29739092ca13df3

Changed in python-stevedore:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to osprofiler (master)

Reviewed: https://review.openstack.org/393160
Committed: https://git.openstack.org/cgit/openstack/osprofiler/commit/?id=9407108fee9925b41e70e1f38b47d3b8acd48221
Submitter: Jenkins
Branch: master

commit 9407108fee9925b41e70e1f38b47d3b8acd48221
Author: ChangBo Guo(gcb) <email address hidden>
Date: Thu Nov 3 16:16:53 2016 +0800

    Add reno for release notes management

    The release management team have indicated this is their preferred way
    to collect release notes in future.

    Closes-Bug: #1634356

    Change-Id: I40ebe47509ba5cabd57ed8c4987ae6ec1e2b5d5f

Changed in osprofiler:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tooz (master)

Reviewed: https://review.openstack.org/392418
Committed: https://git.openstack.org/cgit/openstack/tooz/commit/?id=bfbee9fc9fd8feb10c90d889e67c3965a848463b
Submitter: Jenkins
Branch: master

commit bfbee9fc9fd8feb10c90d889e67c3965a848463b
Author: ChangBo Guo(gcb) <email address hidden>
Date: Wed Nov 2 14:10:49 2016 +0800

    Add reno for release notes management

    The release management team have indicated this is their preferred way
    to collect release notes in future.

    Closes-Bug: #1634356

    Change-Id: I10fbc4cb80d53d4bf5b8b6365c7472b7706d46b2

Changed in python-tooz:
status: In Progress → Fix Released
Changed in oslo.serialization:
status: New → Fix Released
Changed in oslo.reports:
status: In Progress → Fix Released
Changed in oslo.versionedobjects:
status: New → Fix Released
Changed in oslotest:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.utils 3.18.0

This issue was fixed in the openstack/oslo.utils 3.18.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/debtcollector 1.10.0

This issue was fixed in the openstack/debtcollector 1.10.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/futurist 0.20.0

This issue was fixed in the openstack/futurist 0.20.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.i18n 3.11.0

This issue was fixed in the openstack/oslo.i18n 3.11.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.reports 1.16.0

This issue was fixed in the openstack/oslo.reports 1.16.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.serialization 2.15.0

This issue was fixed in the openstack/oslo.serialization 2.15.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslo.versionedobjects 1.19.0

This issue was fixed in the openstack/oslo.versionedobjects 1.19.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslosphinx 4.9.0

This issue was fixed in the openstack/oslosphinx 4.9.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/oslotest 2.12.0

This issue was fixed in the openstack/oslotest 2.12.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/stevedore 1.19.0

This issue was fixed in the openstack/stevedore 1.19.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tooz 1.45.0

This issue was fixed in the openstack/tooz 1.45.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/osprofiler 1.5.0

This issue was fixed in the openstack/osprofiler 1.5.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/osprofiler 1.6.0

This issue was fixed in the openstack/osprofiler 1.6.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.