Running tox -eprepare-next-cycle will apply all necessary changes, only
requiring that the user review and commit the changes.
Change-Id: I5f10d901e47a8062c87506fbc3e68f2536a47480
whitelist_externals option is deprecated in tox 3.27[1] and removed
in tox 4[2]. Also we're seeing a gate failure due to this.
2022-12-29 16:48:15.280775 | ubuntu-jammy | docs: 275 W commands[0]> rm -rf doc/build [tox/tox_env/api.py:421]
2022-12-29 16:48:15.282518 | ubuntu-jammy | docs: 277 E failed with rm is not allowed, use allowlist_externals to allow it [tox/session/cmd/run/single.py:54]
2022-12-29 16:48:15.283367 | ubuntu-jammy | docs: FAIL code 1 (0.08 seconds)
This patch replaces whitelist_externals with allowlist_externals.
[1] https://tox.wiki/en/3.27.1/config.html#conf-allowlist_externals
[2] https://tox.wiki/en/latest/config.html#allowlist_externals
Change-Id: I3380ddfda752b03e0171d6d7a77f500da5b00169
Many redirects are not currently working because they reference
the '.rst' version of a file, whereas the only files available
to the http server are the built '.html' files.
Change-Id: If279a3122ccf5c1d88f688025f877de2ac9d339b
The current s3 driver determine region_name from amazon endpoints, but
some operators are using an s3 compatible API which is not from amazon.
Adding a region_name paramater to the s3 store allow such operators to
use custom endpoints with custom regions.
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I8ce4d83a470eb5c87527db7ffacb9d0b2302b661
From PTG meeting, we update the solution of this proposal
by writing the file to cache in chunks instead of writing
the whole file to cache.
Change-Id: I39269aba29edf9c451a8ae97aa1a34ba9c0c818d
Co-authored-by: Erno Kuvaja <jokke@usr.fi>
Co-authored-by: Mridula Joshi <mrjoshi@redhat.com>
Currently the ``stores-detail`` API exposes store details of RBD backend.
This patch adds a spec for expanding the ``stores-detail`` API to
expose store detaiils of other stores.
Implements: blueprint expanding-stores-detail
Change-Id: I5300789b0bf648fe51798be72aa46e8e66d059f3
Theses used to be used for building docs in the past.
A recent release of setuptools 61.0.0 introduced a breaking change [1]
which caused our openstack-tox-docs and openstack-tox-pep8 jobs to fail
with:
error: Multiple top-level packages discovered in a flat-layout:
['specs', 'priorities'].
This removes setup.py and setup.cfg from use in tox.ini to resolve the
issue and they are not needed anyway.
Related-Bug: #1966382
Change-Id: Ia653b3e13302db5bf2adc006aea5436a9c65616e
This patch adds a spec for exposing the store specific information
for optimizing upload volume to image operation from cinder rbd
backend to glance rbd backend.
Implements: blueprint expose-store-specific-info
Co-Authored-by: Rajat Dhasmana <rajatdhasmana@gmail.com>
Change-Id: I0db7a1a73de8b41460498ae389a059153d945386
Delete the legacy sqlalchemy-migrate-based migrations and related
tooling.
Part of blueprint remove-sqlalchemy-migrate
Change-Id: I88e64043f268b857de69f98a78c74c1ac6b02120
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>