Add file to the reno documentation build to show release notes for stable/2023.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.2. Sem-Ver: feature Change-Id: I5de81ad4b4634b7409514255f90e13f98590e9f7
Add file to the reno documentation build to show release notes for stable/2023.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.1. Sem-Ver: feature Change-Id: I0ad76a20c61964fc4171a01c9c56578192917b27
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ie8f2b339f9ef65e5796c79127e917dcabd4f18ce
Add file to the reno documentation build to show release notes for stable/zed. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/zed. Sem-Ver: feature Change-Id: I56fa870657361878030b7a12a596245e5d26fab3
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: Id58b2fd27cb8969abb47850386fede9b78ede4fa
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: Ieed41d4110d8d466810d4a323ece58229d77efb5
Resolve a number of conflicts between projects to get the lower-constraints job passing again. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Id23e7692bc6f20cbcc989d68fd717c93425a38a5
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I181495896a912cdaa7fb877f950eed381d9dcfcd
The config or metadata in cluster update should only be sent if the values is not None. Sending empty dictionary will override any existing config or metadata setting. Change-Id: Id23e743d1db30a0549d06081e87249a0dbd326a2
Add option to wait for CLI command to complete for the following cluster commands: create, update, delete, resize, scale in, scale out, policy attach, policy detach, node add, node delete, node replace, cluster check, recover and cluster operation. Change-Id: I5663ca7286c55da4491644f979d5ab44f0cfc915
This patch set fixes a bug where config parameter was not send correctly as part of cluster update. Change-Id: I38d4a56a55cbb870c2afe1fa9de7564b5748dfba Closes-Bug: #1896260
The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: Ifea731db4ddeef1dc2216bc10182d273e5aceef0
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Iedd8ebcef91fa95e1f4b03bc05ba4de2739bea83 Sem-Ver: feature
The name of the job now follows the guidelines. Remove the old scripts which are not needed anymore. Also, even though OS_TENANT_NAME is still exported, read OS_PROJECT_NAME as first choice. Depends-On: https://review.opendev.org/746235 Change-Id: I2d698e4f7c38e010cfef2961446914fff136b181
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints. These changes will help us to drop `mock` from openstack/requirements Change-Id: Ia6a63bce0a1062e0ecd1f2f3bea3f8e4502e7190