- 24 Feb, 2022 1 commit
-
-
Zuul authored
-
- 23 Feb, 2022 1 commit
-
-
Goutham Pacha Ravi authored
We need a newer version of the SDK to enable features supported by newer API versions. While this commit doesn't enable new features, future commits will; so bumping up the required SDK version is a necessary predecessor. Using 2.7.0 gives us access to API versions upto 2.63. Version 2.7.0 was released in June 2021. [1][2] Horizon 18.3.1 is off of the stable/ussuri release of horizon, shipped in Apr 2020 [3] [1] https://lists.openstack.org/pipermail/release-announce/2021-June/011255.html [2] https://docs.openstack.org/releasenotes/python-manilaclient/xena.html#relnotes-2-7-0-stable-xena [3] https://review.opendev.org/c/openstack/releases/+/721047 Change-Id: I100a1ec20a0c59c0a7023136e0eab7a0b63b6709 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 22 Feb, 2022 1 commit
-
-
Adrian Fusco Arnejo authored
Add dpkg platform for the packages and their respective package name for rpm too. There are some packages not available in rpm so I added just those that have it. Related-Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2054776 Change-Id: Ib57e0dc00c9f47d589d8723d7feac01f27b0f3a0
-
- 24 Dec, 2021 1 commit
-
-
dengzhaosen authored
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I9c7aa6b17073677d15c2b0c6e1e59e73b918fc0f
-
- 17 Sep, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Id8fb7b598001507e618638ed4d05b6d20301e4b5
-
OpenStack Release Bot authored
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: Ia2143e6caced94e49c3aa28106cbc0a38401b048
-
- 03 Sep, 2021 2 commits
- 02 Sep, 2021 4 commits
-
-
Dina Saparbaeva authored
Follow up to change #783041. Fixes bug of missing "share_id" argument in redirection url in Exception case. Change-Id: Iaadf24c839296e44c51dd1da2399bb63f757829a
-
Zuul authored
-
haixin authored
Partial-Bug: #1823078 Change-Id: I3f2b4e6ebf715615b0f65cc26451f9ba406ba236
-
haixin authored
Added 'is_default' field to share types and share group types list. 'is_default' field will show Yes if the share type or share group type is default. Partial-Bug: #1823078 Change-Id: I923cb2ae90612fb8d5d3af467654a71b83266ffc
-
- 27 Aug, 2021 1 commit
-
-
Zuul authored
-
- 20 Aug, 2021 1 commit
-
-
Dina Saparbaeva authored
Added access metadata for share access and also introduced the GET /share-access-rules API. The prior API to retrieve access rules will not work with API version >=2.45 Closes-Bug: #1920687 Change-Id: Iec3a3fad5e2bdf854f04ae974248d899f90bd894
-
- 19 Aug, 2021 1 commit
-
-
Dina Saparbaeva authored
This patch-set modifies how we manage user input when creating a share from snapshot. Since we use the same form for the basic create share workflow and for the create share from snapshot workflow, we need to add a check to distinguish both cases: when creating a share from snapshot, the parent share availability zone is picked by default. Otherwise, if it's a regular share create, the user can pick up the availability zone they need. Closes-Bug: #1915706 Change-Id: I8d93c2214cb187a763df861555ddd7b444c9ca89
-
- 06 Jul, 2021 1 commit
-
-
wu.shiming authored
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I686257fe9ffaefde4d2cdca8ff60a83b908f3b6b
-
- 01 Jul, 2021 1 commit
-
-
Zuul authored
-
- 22 Jun, 2021 2 commits
- 21 Jun, 2021 2 commits
-
-
Goutham Pacha Ravi authored
A recent change [1] introduced an encoding for problematic field names. On the share group creation form, an encoding was missed causing a silent failure where the share type/s chosen were ignored in the API request. [1] 37e5b2f0 Change-Id: I0983359acc489513a5a0940ac379e0a078870548 Partial-Bug: #1931641 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
Goutham Pacha Ravi authored
This failure has been determined to be unrelated to changes that are currently in-flight. While we investigate a fix, we can set this job to non-voting to merge unrelated fixes/improvements in parallel. Change-Id: I6f4ce5434a6504ca037c867ce7b9b1ea8e852be4 Partial-Bug: #1933137 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 16 Jun, 2021 1 commit
-
-
Goutham Pacha Ravi authored
In the share creation form dialog, share network selection is optionally provided based on whether the share type chosen supports the DHSS extra-spec. This selection breaks often when dealing with share types that have a name matching the format: ".*-\d+.*". For example: test-700. The root cause of this seems to be in javascript code for "switchable" fields [1] that doesn't get triggered as expected. A similar issue manifests in the share Network Creation form where we setup switched fields with the Neutron network IDs (dashed format UUIDs) and in the Share Group Creation form where we setup switched fields with the Share Group Type IDs (dashed format UUIDs). So, we could encode the "-" in these field names to workaround this issue. Closes-Bug: #1931641 [1] https://opendev.org/openstack/horizon/src/commit/647c2b7530f81c4a534ef1d403aa3d90ae608442/horizon/static/horizon/js/horizon.forms.js#L491-L613 Change-Id: Id924fc55debdc38ae2131bf8cef396f28caa3e77 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 13 May, 2021 1 commit
-
-
wu.shiming authored
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: I430301474e2294eb6f2d71fc521c73d23c6f8a55
-
- 17 Apr, 2021 1 commit
-
-
Goutham Pacha Ravi authored
This is essentially dead code elimination from manila-ui at this point since manila and python-manilaclient dropped support in the Ocata release. Change-Id: I92e87282020047c7fad055cae92f2382c4193597 Partially-implements: bp remove-nova-net-plugin Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 06 Apr, 2021 1 commit
-
-
Takashi Kajinami authored
This change adds support for policy-in-code and deprecated policy following the change in horizon. Depends-on: https://review.opendev.org/750134 Change-Id: I408af56e6a54b135d38a486101b4bb3108d4f0d5
-
- 25 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I85a2b1f552e72abd6ec673addf301e9c99c8b44b
-
OpenStack Release Bot authored
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: I234bffed79c49cffa0cf3ab9d6edd9ad75ec49c3
-
- 24 Mar, 2021 1 commit
-
-
Zuul authored
-
- 19 Mar, 2021 1 commit
-
-
Zuul authored
-
- 18 Mar, 2021 1 commit
-
-
Zuul authored
-
- 17 Mar, 2021 1 commit
-
-
Dina Saparbaeva authored
changed break to Exception on timeout while resizing the share. Change-Id: Ic1460667f2c69d1ef1188d912a6bd04ebe0c0723
-
- 12 Mar, 2021 3 commits
-
-
Dina Saparbaeva authored
Added 'ou' field to security service field. Also, 'description' field was added to display in both project and admin module. Options to update dns_ip, ou, server, domain, password and user fields were added as well. As this options are available for command line interface. Partial-Bug: #1823078 Change-Id: I03c0cb01cc04745e67d94a45e3f7570c1609ede0
-
Dina Saparbaeva authored
Added filter search by extra spec for share type list. Change-Id: I30133667419322be816f4168e3704fb4d5bc4efc
-
Zuul authored
-
- 11 Mar, 2021 1 commit
-
-
Takashi Kajinami authored
This change demonstrates how we can define logging setting specific to manila-ui, so that operators can easily understand how to customize logging level and so on. Change-Id: Ia8505d988ed75e0358452b5b3c2889b364680f22
-
- 08 Mar, 2021 1 commit
-
-
Zuul authored
-
- 04 Mar, 2021 2 commits
-
-
Dina Saparbaeva authored
Currently, share shrinking feature in Manila-UI is not supported. Only "Extend Share" feature exists. "Extend Share" feature was renamed as "Resize Share" and share shrinking feature was added. Now it works both ways, if value in "New Size" field is less than original size, it will shrink, and if value is more it will extend. Also, minimal value was added to "New Size" field to ensure the value doesn't decrease to zero. Implements: blueprint share-shrinking Change-Id: I8553bed01b529c1b3a57b1e900d171db1d5f28d2
-
wu.shiming authored
In Python 3, all strings are represented in Unicode.In Python 2 are stored internally as 8-bit ASCII, hence it is required to attach 'u' to make it Unicode. It is no longer necessary now.' Change-Id: Ib739730cf74a880fc07f0279f55dd00e9c003465
-
- 03 Mar, 2021 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I9f10880eb870ecc0cd13b014d32d38cc7673644c
-
- 13 Feb, 2021 1 commit
-
-
Takashi Kajinami authored
This change ensures that the default policy file for Manila API access is defined by default, so that operators can deploy their own policy more easily. Change-Id: Ie890766ea2a274791393304cdfe532e024171195
-