- 22 Jun, 2021 3 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> (cherry picked from commit 803ab323) (cherry picked from commit f421aeb1)
-
Zuul authored
-
Zuul authored
-
- 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) (cherry picked from commit b7d87e88)
-
- 16 Jun, 2021 1 commit
-
-
Goutham Pacha Ravi authored
The lower-constraints job is failing because the lower-constraints.txt file is out of date with reality - a new pip dependency resolver [1] now lets us know that several packages have conflicting lower bounds. There is no gain expected if we retroactively attempt to fix lower constraints for required packages in this older stable branch - deployers have already wrangled through the requirements to identify what versions of packages are needed for manila_ui to work. [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 [3] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021204.html Change-Id: I5382eb49901436fa38a0c076060cd4a4033a2182 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 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) (cherry picked from commit 85137cf7)
-
- 24 Sep, 2020 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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I0e67ef9e910d7769c426f93aba760eb6c761f58d
-
OpenStack Release Bot authored
Change-Id: Ica231a72c068e69f8aaee3936de12160309cb9ee
-
- 23 Sep, 2020 1 commit
-
-
Zuul authored
-
- 22 Sep, 2020 1 commit
-
-
Zuul authored
-
- 21 Sep, 2020 1 commit
-
-
Victoria Martinez de la Cruz authored
Change-Id: Ie8646046ee57d3a032a2884887e33c3f6950009e Closes-Bug: #1895172
-
- 10 Sep, 2020 1 commit
-
-
Tom Barron authored
as it is for other Manila components. Change-Id: Ic45b13bb05aa29852478f23b9fd2f5b4b23ae74f
-
- 09 Sep, 2020 1 commit
-
-
Victoria Martinez de la Cruz authored
Addds user messages panel for project and admin views. This feature was introduced in Manila API v2.37. Change-Id: Iad130b642e33c08e6d41021a378893a55f4cfec5 Implements: blueprint ui-user-messages
-
- 04 Sep, 2020 1 commit
-
-
Akihiro Motoki authored
We specify "basepython = python3" in [testenv] in tox.ini. Without ignore_basepython_conflict = true, an interpreter named 'python3' is looked for even for tox envs like py36, py37, py38. As a result, for example, py38 job will be run against python 3.6 on ubuntu-bionic where python3 is an alias for python3.6. This issue can be addressed by "ignore_basepython_conflict = true". Change-Id: If8c90c66adbd6ff34ad6aedd373455a34ec73930
-
- 02 Aug, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40194 Closes-Bug: #1886298 Change-Id: Iecdea43886a2bfb232d7560914969f8a5cd485bd
-
- 17 Jul, 2020 1 commit
-
-
Zuul authored
-
- 16 Jul, 2020 1 commit
-
-
Goutham Pacha Ravi authored
The legacy job in this repository was just setting up devstack with manila-ui enabled and doing nothing else. We added an integration gate job a couple of releases ago that does exactly what the above job does, and goes a step beyond by executing tests that check whether manila-ui is working. We can make this job use the fake driver from manila so we can add more interesting and useful test cases without having to worry about any lacking capabilities. Also make this integration job voting. Change-Id: Ibf35d7196d83e1018881776110ce173e68cf8286 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 21 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ic888f31814431683d8cd71e1ab25c0dc63bcc8ef
-
- 13 May, 2020 1 commit
-
-
Ghanshyam Mann authored
flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I3b9f61ccb0607acbd98cb3f09e8f622656ac8351
-
- 05 May, 2020 3 commits
-
-
Zuul authored
-
Goutham Pacha Ravi authored
absolute_import has been available from python 3.0.0 Change-Id: Ide2069e50368859a20153cef99a033db14aedf28 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ie6bf5eb59f92970a1b2cee0b406ce3afc0622b79
-
- 28 Apr, 2020 3 commits
-
-
Zuul authored
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ia5cc857f10ae713f6238bf7c213ee7b50dba0cca
-
- 27 Apr, 2020 4 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 victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I1736e5617bc906e1d08f9b920676e7b0a6221f55
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I229fbed9a886956cc44e1edce3a0188b465e41fe Sem-Ver: feature
-
Zuul authored
-
Goutham Pacha Ravi authored
- Add a top level CONTRIBUTING.rst for repo browsers - Refactor existing contributor guide - Add a contributor/contributing.rst file with links back to relevant manila documentation. - Rearrange some things in the main doc index file to make things prettier. Change-Id: I1cc4c2f3d78e04a78dc46221e5edf786fd22a372 Story: #2007236 Task: #39554 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 26 Apr, 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: I33710e404713e3873e50b14d8bb8d0b7af768ce7
-
- 23 Apr, 2020 1 commit
-
-
Goutham Pacha Ravi authored
Use the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command See discussion on the openstack-discuss ML [1] for the complete context. Adjust the python-keystoneclient library requirement to the minimum required by horizon. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014237.html Change-Id: I6344f44fb955d631a4f0a13fa53ecc19826c7ea6 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 19 Apr, 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: Ibee1658b98b0ef3daee0f3b10c9e94efa121a3a2
-
- 17 Apr, 2020 2 commits
-
-
Goutham Pacha Ravi authored
We don't use this third party lib anymore, since https://review.opendev.org/#/c/717325/ Change-Id: Ibe4423cf3893981128addbf4fa31ba9003a7e968 Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
Andreas Jaeger authored
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg - Update classifiers - Update requirements, no need for python_version anymore - Switch to using sphinx-build - Use newer openstackdocstheme and Sphinx versions - Cleanup */source/conf.py to remove now obsolete content. - Remove Babel from requirements, it's not needed for running. - Update lower-constraints for osprofiler as required by other dependencies. Change-Id: I84ec7cae5b051bb9c69969d8ccaa28b053914840
-
- 16 Apr, 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: I68003fafff5558ddb5a06b4aa0a2390c56064fe3
-
- 15 Apr, 2020 3 commits
-
-
Zuul authored
-
Zuul authored
-
Goutham Pacha Ravi authored
We need this library to run unit tests that depend on base classes in horizon. See https://review.opendev.org/#/c/711195/ for the horizon change. Change-Id: I39fcb629c44db156b3d59481b78f24338d494a7c Signed-off-by:
Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 14 Apr, 2020 1 commit
-
-
Goutham Pacha Ravi authored
This allows users to add ipv6 access rules to their shares. Partial-Bug: #1823078 Change-Id: I3523a60b71cbacdec154552638e0f695d67199d3 Signed-off-by:Goutham Pacha Ravi <gouthampravi@gmail.com>
-
- 11 Apr, 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: I41587648acd2001c9f402ef0079fb931488894da
-