by mistake munch was previously pulled through SDK to OSC down to here.
SDK dropped usage of it and now we see jobs start failing. Add munch to
requirements explicitly while searching for a proper way to cope with
this.
Change-Id: Ic0156fda230a7287a909ac61a7281913ef494045
Adding scripts to allowlist_externals
Adding explicitly requirements.txt to the deps list
Removing basepython and skipsdist
Change-Id: I3ef4f7f5d03c84b9091dd97a272f64da680c6e2d
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: Ic3868e11ec064e2a3b0bb7acc669b9acc2087f7b
This patch removes the TERMINATED_HTTPS from the pool protocols, as it
is not supported.
Story 2010290
Task 46263
Change-Id: I43010cc62d6398e5d6b9669a2231ab0404ce216d
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: I2cf67a08a55d9d205986c1b1ff6b0072950efcf0
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html
Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com>
Change-Id: Ic9f0a83cc6da2b8c3791e9ef4de65eec1378d0f9
Since tox 3.18.0, the whitelist_externals option has been deprecated in
favor of the new allow_list_externals option[1].
This change bumps the minversion of tox so that we can replace
the deprecated option.
[1] https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23
Change-Id: I5639fe73fe8ca4ae0e47eae0fb0b0f3c46c9ca19
After closing the story board [1] the api won't return deleted
records. Leaving the 'DELETED' on the '--provisioning-status' list
causes confusion as it always return an empty result.
[1] https://storyboard.openstack.org/#!/story/1673504
Change-Id: I6299c5fed2140b7df1713da798103ade54ec517b
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: Ib5dd067b3c1dbeedb8e09a3f03c64402d2ee9bec
This patch adds notes clarifying that users should use openstacksdk
for Octavia python bindings and not the client code.
It also corrects the README URL to the docs to point to the client
documentation instead of the main Octavia docs.
Change-Id: I877e08085813b436ff7149604e6a9f6b271fe6f1
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: Ibb32bfc43dc94a4c8deb41e2fb8ad93c4a9798a1
This patch fixes the client performance when used on large clouds.
Previously the client was pulling down a full list of resources when
mapping names to IDs and filtering on the client side. This is inefficient
as it is transfering many more records than are necessary.
This patch uses the filter capabilities of the OpenStack APIs to target
the search for a resource ID.
Change-Id: I6e68113aea9ce27beb6691bd2a398bf276a23ae2
Fix 'list' CLI calls when API calls are paginated.
Fix some UUID or name lookups that failed when the number of resources
exceeded 'pagination_max_limit'.
Story 2008892
Task 42489
Change-Id: Ica7c8c953c11af4400b224ad942023f69a72ae02
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: I91c4e1829e33d9a3bb3f01629275e9a380e6d07a
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: I706d24ee35e06a32f79b7e73ea95f088db0c45a4
Some list/show calls didn't use the @correct_return_codes decorator,
users may have received obscure error messages when they perfomed
unauthorized/invalid requests.
Story 2008647
Task 41910
Change-Id: I9ad1f709403e8a33ef07ccf859c4267412fc3186
The docs and releasenotes requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.
Change-Id: I9b32be11ff6a66015f648ac151fb22cf3ebfd520
Users can define a list of application layer protocols to be negotiated
over a secure connection with members. For example, users can limit to
HTTP/2 or to HTTP/2 and HTTP/1.1 but exclude HTTP/1.0.
Change-Id: I6afbbf40949b6ad5fbe5ffaff01034c1cf8b16c9