- 22 Jun, 2021 1 commit
-
-
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> (cherry picked from commit 803ab323)
-
- 18 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> (cherry picked from commit 37e5b2f0)
-
- 15 Jun, 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> (cherry picked from commit 4edb837a)
-
- 08 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 (cherry picked from commit 89a90ff9)
-
- 25 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I95958539fd87b807725573da600d9a428a2e9830
-
OpenStack Release Bot authored
Change-Id: I6601c874e1a44d2bd866b18a2e52b919cc71b7d9
-
- 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 2 commits
-
-
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
-
Dina Saparbaeva authored
In 3.1.1, tox had fixed: mishandling the basepython directive [1] ignoring PYTHONDONTWRITEBYTECODE [2] More details in [3] [1] tox-dev/tox#477 [2] tox-dev/tox@336f4f6 [3] http://lists.openstack.org/pipermail/openstack-dev/2018-July/thread.html#132075 Change-Id: I2e5387f284a34c9fc3839503534c21374b11fc0c
-
- 12 Feb, 2021 1 commit
-
-
Zuul authored
-
- 11 Feb, 2021 2 commits
-
-
Dina Saparbaeva authored
Updates testenv to py38, as I think most developers have python 3.8 installed on their environment. And RIZON_INTEGRATION_TESTS_CONFIG_FILE variable is also removed. According to codesearch it is not used anywhere. Change-Id: Id04ee718e9b1026f00c6d5db9d4db3914e23ba5f
-
Dina Saparbaeva authored
Replace deprecated UPPER_CONSTRAINTS_VARIABLE. Link: https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: I0b90a284c35511eb508241bc10c774f3e9be8222
-
- 27 Jan, 2021 1 commit
-
-
Zuul authored
-
- 22 Jan, 2021 1 commit
-
-
haixin authored
Added possibility to create share type with description. Partial-Bug: #1823078 Change-Id: Ib665c7a9b02be902c89422221f640364390d7eba
-
- 15 Jan, 2021 1 commit
-
-
Zuul authored
-
- 13 Jan, 2021 1 commit
-
-
Dina Saparbaeva authored
"Message Level" column is added to user messages panel. Closes-Bug: #1911453 Change-Id: I80d95328b2ced927732b436ffe242f0e3e016248
-
- 31 Dec, 2020 1 commit
-
-
Dina Saparbaeva authored
pip 20.3 brings in a strict dependency resolver which is enabled by default. This causes our lower-constraints tests to fail, because the requirement files were out of date from reality - they had conflicting requirements which previous versions of pip were ignoring. Let's catch up package versions to newer ones that are supported in the python runtimes that the Wallaby release will be deployed to. [1] http://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html [2] https://pip.pypa.io/en/stable/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 Change-Id: I6ddd11535e9365e8b55a6829967b886c2253d6f0
-
- 23 Dec, 2020 1 commit
-
-
Goutham Pacha Ravi authored
API v2.39 adds share type quotas, registered https://blueprints.launchpad.net/manila-ui/+spec/share-types-quotas to implement this feature in a future release. Change-Id: I6f264de815f18ffebf80712714b5771620f75509 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 24 Nov, 2020 1 commit
-
-
wu.shiming authored
Change-Id: Idd367d2cbd7be08540b6a2ed95bc7e98e568eaef
-
- 16 Nov, 2020 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: Ic61e61f08473746c2df26b5e4c9c6942cde38400
-
- 05 Nov, 2020 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: Iaf3269fe9addaf398f7ec96ab48b8a7449f5be6c
-
- 03 Nov, 2020 1 commit
-
-
Dina Saparbaeva authored
Current label is not clear and to get full information user needs to hover over info icon, which is not user-friendly. Change is to remove info icon and to make label explicit. Change-Id: I024a56d46586ee17a5f8370fd24b976b296b861c
-
- 29 Oct, 2020 1 commit
-
-
Dina Saparbaeva authored
In the manila_api module, there is a check for is_public param as if it was a string, but it is always a boolean, so this control is not necessary and needs to be removed. Removed control for is_public param in share_update in manila_api. Updated forms and view to expect Boolean not a string in manila_dashboards module. Made changes to tests module to work with Boolean, not a string. Closes-Bug: #1896533 Change-Id: Iac94219b883b5fd9a55453cdcf6fa9b6f540e63d
-
- 04 Oct, 2020 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: If8da7429598b11f383cbccbee165edfd82a89bdc
-
- 24 Sep, 2020 3 commits
-
-
Zuul authored
-
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 wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I7acec4e1d390940a0910df639a1059180df14800
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I94e555ce83823e271e824a56938cb9e9257b91d7 Sem-Ver: feature
-
- 23 Sep, 2020 2 commits