* added an option to execution-list to return
root workflow executions only (--rootsonly).
Change-Id: I4b9c997f2e9969b050ac73af1d13e2eda7a29f18
Closes-Bug: #1796627
Depends-On: I78fbf993519beb63ee9aef7058bdcb40f0a12ec3
Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.
[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
Change-Id: I129ce91b6d25075306d92904e1bdaf0edf94d25d
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: Ib0726c7a2a1fd857ada4f40d172413a584b3cc36
Sem-Ver: feature
Some minor updates including fixing issues with the HTML5 output
generated by Sphinx 2.0, inlining the OpenStack logo rather than
referencing it from elsewhere, and adding a new SOURCE_DATE_EPOCH option
for use in reproducible builds in new release openstackdocstheme 1.30.0
...to pick up many improvements, including the return of table borders.
Change-Id: I5809b18186ae9779d44f3dd24fa25d45ad0ecff3
Sphinx 2.0 no longer works on python 2.7,
so we need to start capping it there as well
depend on https://review.opendev.org/#/c/657890/
Change-Id: I760c578876a6040ec828bb7320f2c08cab55a587
Using default mutable parameter is bad.
Default parameters are evaluated only once
if you mutate it you will get unexpected results.
Change-Id: I9c00cb16ac0e6cefd926974a9eab29080a4d94a7
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: I56a6c10b6e5c92574fa4a55c0c81ddb80cf74508
Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Ib4222c4443e040d5f8c7cb351fd051431aed3031
Sem-Ver: feature
Standalone 003 jobs seems like doesn't cover mistral functionality
let's use multinode-containers for that.
Change-Id: I068e20ab8fe9b0dcae5972d14fbe6700aa3e35bf
Mistake was introduced in https://review.openstack.org/#/c/554950
Added an abstract method list to the base ResourceManager that
raises a notImplementedError if called (instead of using
abc.abstractmethod that would force the implementation of a list
method that might not be required for all resources)
Closes-Bug: #1820045
Change-Id: I0c69e1beeb452a95cc5988a462f733806afbfafc
* Shortened a task error string because sometimes it breaks the layout
* Handled a case when a task/action is in error state but doesn't
have a state info
Change-Id: I2903806200c8430b497ceb01568f7aa2c55c4e3e
Small cleanups:
* Use openstack-lower-constraints-jobs template, remove individual
jobs.
* Sort list of templates
Change-Id: I17526d3fbff6d735bcf6b39a9ab2eb0c8bb99a67
Needed-By: https://review.openstack.org/623229
This patchset updates the *-list commands to have consistent
definitions of the sort_keys/sort_dirs/limit/filter/marker
options. It also modified the execution-list, action-execution-list
and task-list commands to return the MOST RECENT entries by
default, when no other sort_key, sort_dir or marker options are
provided, rather than the oldest entries. There is a new --oldest
option for these three commands to allow the user to access the
oldest entries instead of the newest.
A release note has also been created.
Change-Id: I002edd1b10ab281072cfa7501cfa763073a7781c
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: Ib7b0c2be73232a35ce8d79380122e26b6af03b0a
Story: #2002586