Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.
Until the requirements repository has as stable/2024.1 branch, tests will
continue to use the upper-constraints list on master.
Change-Id: I06cc57591d19f5450790a836b12a90810d66ae89
Only reno command was possible to add a
release notes. modify tox config to allow
newnote command too.
Change-Id: I12ac14f664f59dbab11ded5f420de4ea290f21f6
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: I8109360770f3dd69bbc90aedf52be985cd87fb56
Sometimes b32decode may generate data which can't be decoded.
Ignore UnicodeDecodeError so that a few other formats can be tried.
Closes-bug: #2043572
Change-Id: I5d978e8eb3931a218b1946625baa28aa23890cd6
The current shebang requires /usr/bin/python which is not available in
Ubuntu Jammy by default.
This also removes unnecessary shebangs.
Change-Id: I046542e43d993ba201cc035554b4dcc4d364ed0a
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: Iaacc6cef5581091140599910896d1f5a493ce78e
The wsgi.input environment variable is expected to be a stream
instead of a string.
Closes-Bug: #2034952
Change-Id: I72e88dcf07c90051ddf1c9030a2466501482de5d
Almost all selectors in dashboard forms add empty string as option. It
is ok for non-required fields, but invalid for required fields like
"Share Group type" at "Share Group create" form. Proposed patch removes
this empty string where it is invalid
Change-Id: I0eef44eec858dfbf287930a7d318fb1570450e3c
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: I10560ed8e404f8797918cddf45b556f8c24f17a4
Previously "Set as Active" button was displayed during replicas in
transitional states such as deleting or replication change which
is fixed with this patch.
Closes-Bug: #1624425
Change-Id: I32ecf22ce1df0a752d0e66f989ad15fd776e4175
The tox target needs the coverage script to be
allowed as an external script.
Change-Id: Ifbb780326aac6db7a0b80812caec970164460355
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
Patch fixes switching on of Share Network widget for share types with
upper-case letters in their name
Change-Id: I3422d9b17159e2a3c5b7df859f797413962afca2
Address the issue by ensuring that the boolean value of extra
specs or metadata being read are from string type. If they are
not, we convert them before getting the length.
Closes-Bug: #2004165
Change-Id: I96c7a6bf862ad81ed756f16f0c398ce68bcf5e66
Currently, only the name and public access of share-type is set when the
share-type is created, and not allowed to be edited after the share-type
is created. We can only set extra spec for share-type. This commit
suppport update name,description or public access of share-type.
Change-Id: Ia59ae574482fa8015f0151cd983ef880e180640a
Partially-Implements: blueprint update-share-type-name-or-description
tox4 checks allowlist_externals more strictly and
all externals need to be specified explicitly.
skipsdist=True is also droppped. When skipsdist=True is specified,
a target application is not installed into a tox env, but there
seems no reason to do so. In various other OpenStack projects,
a target applicatin needs to be installed into a tox vnev, for
example, in docs and/or linter jobs and it causes failures with tox4.
I believe dropping it would avoid potential future failures.
Change-Id: I56d2a654f2be87e98026dfa237d5c81d5fcefa37
horizon recently switch nodeset for a few jobs from
focal to debian-bullseye [1] as per the runtime of 2023.1
cycle but looks like 'manila-ui-integration-tests'
start failing because the firefox package for debian-bullseye
is missing in ``bindep.txt``. This patch updates the ``bindep.txt``
file to sync with the horizon.
[1] https://review.opendev.org/c/openstack/horizon/+/865453
Change-Id: I99d8ba94174bd4d1eed9cd70f7f0e2cc0e70cde7
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: I66c9fc77e3a44ded517736e213100fe46e05836c
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: Ie4738f5bf67880f85a33108db178fa54e42cf652