Commit Graph

720 Commits

Author SHA1 Message Date
OpenStack Release Bot db7fc5d150 Update master for stable/2024.1
Add file to the reno documentation build to show release notes for
stable/2024.1.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.

Sem-Ver: feature
Change-Id: Id7e4faea3cbbb65a18ac61c7e3ba047180e34abf
2024-03-14 07:12:40 +00:00
Zuul 04861a8b00 Merge "reno: Update master for unmaintained/victoria" 2024-03-06 16:47:30 +00:00
Zuul 17a9922f53 Merge "reno: Update master for unmaintained/wallaby" 2024-03-06 16:47:29 +00:00
OpenStack Release Bot 9f892bf602 reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: I307dcfe48b20944e95871fb5d99e4dfe306ec9c1
2024-03-06 11:12:53 +00:00
OpenStack Release Bot 6ae97f87ea reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

Change-Id: If16f3a0ac032978a24f8aba52332afcbff524e45
2024-03-06 11:11:52 +00:00
OpenStack Release Bot 71dc6cdf29 reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I9d461fe0eda97c70fd7d832c6c36ed3d11c7b9d3
2024-03-06 11:11:17 +00:00
Zuul 81ea75189c Merge "Add new-note tox environment" 2024-03-05 17:49:32 +00:00
Zuul 946b9d50ba Merge "Create share network panel workflows" 2024-03-01 19:05:28 +00:00
melakualehegn 9f0aaf7dd4 Add new-note tox environment
Only reno command was possible to add a
release notes. modify tox config to allow
newnote command too.

Change-Id: I12ac14f664f59dbab11ded5f420de4ea290f21f6
2024-02-29 12:31:16 +00:00
Cameron Kolodjski d1428c5fc5 Create share network panel workflows
Implements: bp share-network-subnets
Co-Authored-By: Cameron Kolodjski <cdkolod@gmail.com>
Co-Authored-By: Shkoh Hamasoor <shkoh.hamasoor@ndsu.edu>
Co-Authored-By: melakualehegn <melakualehegn34@gmail.com>
Change-Id: I4c539b151cbbf69e4a2a3580906b2a8bd5f3a452
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2024-02-22 08:57:48 +00:00
OpenStack Release Bot a9211f977f reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: Ibeb087b732de158b8d9f102b10b571e8271073f1
2024-02-20 13:08:45 +00:00
Takashi Kajinami 5c150c8cf4 Bump hacking
hacking 3.1.x is too old.

Change-Id: I111e9aabea6470611b1eb1a83cbdc34d2f1e1c59
2024-01-27 23:34:44 +09:00
Zuul de047b0cf7 Merge "Fix python shebang" 2024-01-17 07:28:13 +00:00
Ghanshyam Mann 99138f186a Update python classifier in setup.cfg
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
2024-01-03 20:22:25 -08:00
Zuul f7148f8a81 Merge "Remove unused babel.cfg" 2023-12-21 01:33:40 +00:00
Takashi Kajinami fe0759175a Remove unused babel.cfg
This file is no longer used since [1] was merged.

[1] 4d19dcd9ea

Change-Id: I4058d526ae6b11710b0fa621c940bee7f18bc169
2023-12-20 21:42:01 +09:00
sehun.jeong e1b7aceff9 Avoid server error caused by UnicodeDecodeError
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
2023-11-28 09:32:03 +09:00
Takashi Kajinami bcd67420ce Fix python shebang
The current shebang requires /usr/bin/python which is not available in
Ubuntu Jammy by default.

This also removes unnecessary shebangs.

Change-Id: I046542e43d993ba201cc035554b4dcc4d364ed0a
2023-10-17 16:04:49 +00:00
OpenStack Release Bot 497feb8e48 Update master for stable/2023.2
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
2023-09-14 01:43:03 +00:00
Zuul 3a2213dddf Merge "Fix test failures with Django 4.x" 2023-09-11 01:33:47 +00:00
OpenStack Proposal Bot b2ab6943eb Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iff1b899e039f2ed590174147d432c59f48616cea
2023-09-10 04:17:05 +00:00
Corey Bryant 9c7912238d Fix test failures with Django 4.x
The wsgi.input environment variable is expected to be a stream
instead of a string.

Closes-Bug: #2034952
Change-Id: I72e88dcf07c90051ddf1c9030a2466501482de5d
2023-09-08 14:23:32 -04:00
Vadym Markov 8ffea4c82e Remove empty choices added to required fields
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
2023-07-31 17:57:07 +03:00
OpenStack Proposal Bot 315d2885b3 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I94e9e70cb4ac0de9892df8fe47f631e34b832fb4
2023-06-19 03:48:48 +00:00
OpenStack Proposal Bot e4aaf24c1b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I38a10207c51d65fa53e53e48fa0202f64c72ded7
2023-05-09 03:03:25 +00:00
OpenStack Release Bot 7e43c3fd53 Update master for stable/2023.1
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
2023-03-03 11:12:32 +00:00
Zuul 33467dba15 Merge "Fix getting len() attr from boolean values" 2023-02-21 00:02:16 +00:00
Zuul c4ec74c284 Merge "Add update share-type name description and/or public access" 2023-02-21 00:02:15 +00:00
Zuul c28c2e063a Merge "Fix coverage job from running with tox4" 2023-02-20 18:01:13 +00:00
Zuul fb9cd73dde Merge "Fix "Set as Active" button's display for replicas" 2023-02-18 00:27:30 +00:00
Hassan Asghar 6a2597007c Fix "Set as Active" button's display for replicas
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
2023-02-17 16:27:55 +00:00
Goutham Pacha Ravi 5f3ed9ff2f Fix coverage job from running with tox4
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>
2023-02-16 11:01:36 -08:00
OpenStack Proposal Bot 678b9ad8f9 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I38b46bc2ca74cbe1dc5d641a28ee33a1335c2638
2023-02-10 02:59:46 +00:00
Zuul 9ac8a3c6b7 Merge "Support capital letter in share type name" 2023-02-07 18:42:23 +00:00
Vadym Markov 8057a622ff Support capital letter in share type name
Patch fixes switching on of Share Network widget for share types with
upper-case letters in their name

Change-Id: I3422d9b17159e2a3c5b7df859f797413962afca2
2023-02-04 13:48:41 +02:00
silvacarloss 4f66162e3a Fix getting len() attr from boolean values
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
2023-01-30 11:40:57 -03:00
haixin 0e971152f7 Add update share-type name description and/or public access
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
2023-01-27 16:43:23 +00:00
OpenStack Proposal Bot c5184b28fc Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib4fac275b5dd309eaa68c3a612e8b30751ce130f
2023-01-27 02:59:00 +00:00
Akihiro Motoki d04fb0b0fa tox: Declare bash as allowlist_externals
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
2023-01-05 18:30:14 +09:00
manchandavishal bc91bdbe26 Update ``bindep.txt`` to sync with the horizon
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
2022-12-14 10:53:43 +05:30
Zuul d3944f84d1 Merge "Switch to 2023.1 Python3 unit tests and generic template name" 2022-09-29 17:58:29 +00:00
OpenStack Proposal Bot 844d14d3d8 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I25fa44aa64bae5b92f0a25d61c32f9b7eda36ef1
2022-09-24 03:55:04 +00:00
OpenStack Release Bot be82c3ba49 Switch to 2023.1 Python3 unit tests and generic template name
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
2022-09-13 14:13:51 +00:00
OpenStack Release Bot 98723b855e Update master for stable/zed
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
2022-09-13 14:13:50 +00:00
OpenStack Proposal Bot 93070d335b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Id299c1e83695f5ef05db87595ff600703ea2ec8c
2022-09-11 03:29:45 +00:00
OpenStack Proposal Bot 22a774bf12 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ic18fcb3d8f012ff355df090965ced691d6a12c22
2022-09-06 03:58:24 +00:00
OpenStack Proposal Bot 22ec4fb5aa Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I291c7f1448afea3942db091ebc976d757934bb32
2022-08-03 02:26:57 +00:00
OpenStack Proposal Bot eeaae9becf Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I9051ac6e440d6fa47f422508329225d11716558e
2022-06-27 03:10:52 +00:00
OpenStack Proposal Bot 089ea2a134 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ie901fb567ffbf47b5b7f77caf8f5309ce5342976
2022-06-21 03:16:50 +00:00
Ghanshyam Mann 68294505b1 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I81024f02006206ea1d58e47d81a6f473ef148c32
2022-04-30 20:19:12 -05:00