1. 25 Oct, 2021 1 commit
    • Brian Rosmaita's avatar
      [stable-only] Add missing classes to cinderclient.v3 · d5f10f43
      Brian Rosmaita authored
      The QuotaSet class was never added to cinderclient.v3.quotas, and
      the VolumeTransfer class was never added to cinderclient.v3.
      volume_transfers.
      
      Note: this fix is proposed directly to the stable branches, as the
      issue was fixed differently in master (Xena development) when the
      cinderclient.v2 classes were removed by change I335db5c1799e.
      
      Change-Id: Ie00f068d7818e20683a0c242b51027d657382dd4
      Closes-bug: #1938451
      (cherry picked from commit 579846c7)
      (cherry picked from commit c6f74bf1)
      d5f10f43
  2. 09 Apr, 2021 1 commit
  3. 23 Dec, 2020 1 commit
    • Brian Rosmaita's avatar
      Adjust requirements and lower-constraints · 350121f8
      Brian Rosmaita authored
      Conservative changes to get the l-c job passing with the new
      pip resolver.
      
      Big changes:
      - tempest 17.1.0 -> 24.0.0 (u-c allows 24.0.0)
        * for dulwich
      - urllib3 1.21.1 -> 1.24.1 (u-c allows 1.25.8)
        * for tempest
      - oslo.concurrency 3.25.0 -> 3.26.0 (u-c allows 4.3.1)
        * for tempest
      - mccabe 0.2.1 -> 0.6.0
        * for flake8
      
      Also added dulwich to test-requirements to narrow down versions
      considered by the resolver.
      
      Change-Id: I773943b62c8679bf829b09af903e810e2673379b
      350121f8
  4. 17 Jun, 2020 1 commit
  5. 18 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · a7dfe1ad
      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.
      
      Also removing the hacking and other related dep from lower-constraints file
      as theose are blacklisted requirements and does not need to be present
      there.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: If5f2f970a353189f3eaeea00322848cb8346245c
      a7dfe1ad
  6. 08 Apr, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri · 3ddf3495
      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/ussuri branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: Ib75615f7a7bc035333003b281251de2a00bd92f1
      3ddf3495
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/ussuri · 31ee0da7
      OpenStack Release Bot authored
      Change-Id: I276d50e7df76d63d032800eccb14347a682adf0c
      31ee0da7
  7. 07 Apr, 2020 3 commits
  8. 06 Apr, 2020 2 commits
    • Zuul's avatar
      Merge "Add support for Block Storage API mv 3.60" · 9d72ca21
      Zuul authored
      9d72ca21
    • wanghao's avatar
      Add support for Block Storage API mv 3.60 · 26a55de6
      wanghao authored
      
      
      Change I1f43c37c2266e43146637beadc027ccf6dec017e adds time-comparison
      filtering to the volume list calls (summary and detail) in the Block
      Storage API microversion 3.60.  The current cinderclient filter
      support will pass these filters correctly, so the only change needed
      on the client side is to bump the MAX_VERSION so that the client
      can make calls to mv 3.60.
      
      Co-authored-by: default avatarBrian Rosmaita <rosmaita.fossdev@gmail.com>
      Change-Id: Ib4b7cbc7e527c0524336e139e127f19accfb7568
      Partially-Implements: bp support-to-query-cinder-resources-filter-by-time-comparison-operators
      26a55de6
  9. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · c0edaade
      Andreas Jaeger authored
      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 old sections from setup.cfg: Wheel is not needed for python
        3 only repo
      
      Change-Id: I92d21453d610ba7f90ae9b150e6a245ce0e709e6
      c0edaade
  10. 24 Mar, 2020 4 commits
  11. 11 Mar, 2020 1 commit
  12. 06 Mar, 2020 1 commit
    • Eric Harney's avatar
      Fix doc bug filing link · 5fe5c63b
      Eric Harney authored
      This needs to go to "python-cinderclient"
      to work instead of "cinderclient".
      
      Add a "doc" tag to these bugs as well.
      
      Change-Id: I45ae03e9c071dd9b159b1c0183b53db4dd837453
      5fe5c63b
  13. 05 Mar, 2020 1 commit
    • Brian Rosmaita's avatar
      Ussuri contrib docs community goal · 9191d764
      Brian Rosmaita authored
      This patch standardizes the CONTRIBUTING.rst file and adds
      doc/source/contributor/contributing.rst
      
      Change-Id: I892e49f96573b77b46bd8847a5d2ac8254e8e5e1
      9191d764
  14. 12 Feb, 2020 5 commits
  15. 16 Jan, 2020 1 commit
  16. 21 Dec, 2019 1 commit
  17. 13 Dec, 2019 1 commit
    • Armstrong Liu's avatar
      Update revert_to_snapshot params · 8f12b620
      Armstrong Liu authored
      In revert_to_snapshot method, snapshot param must be a object and
      also has 'id' attribute, so before use the method, we have to use
      snapshot.get method to get snapshot information.
      
      But revert_to_snaoshot only use id of snapshot, we can use snapshot
      instead of snapshot.id.
      
      Change-Id: Ifbdbae3ee66d72f9d34cf4a8fdf2bde388b2b6f0
      8f12b620
  18. 12 Dec, 2019 1 commit
  19. 05 Dec, 2019 1 commit
    • whoami-rajat's avatar
      Fix: --poll inconsistency · ceddb3cf
      whoami-rajat authored
      When we use `--poll` parameter with cinder create command, it waits
      for the volume to become available but doesn't update the data
      displayed to the user.
      Due to this, there are inconsistency between several parameters
      in the output after 'poll' and 'cinder show' command.
      Eg: cinder create 1 --image <image-id> --poll
      shows 'bootable' flag as false
      whereas, cinder show <vol-id>
      shows 'bootable' as true
      
      Change-Id: I1502e88f1cd84d225b75c07313e4eb252cc2d645
      Closes-Bug: #1855224
      ceddb3cf
  20. 12 Nov, 2019 1 commit
    • Eric Harney's avatar
      Add test for subcommands · a7e9a49a
      Eric Harney authored
      This tests that the expected subcommands register
      in the shell client, by looking at the output
      that would show up in "cinder help".
      
      The purpose of this is to help prevent us from
      accidentally deleting some commands when refactoring
      shell code.
      
      TODO: cover commands post-3.0
      Change-Id: Ifcbc08ae9184fa33049b18f8ad7ef5d92003a7b8
      a7e9a49a
  21. 30 Oct, 2019 1 commit
    • jacky06's avatar
      Update hacking version · e2436b31
      jacky06 authored
      Use latest release 1.1.0 and compatible changes w.r.t pep8
      
      Change-Id: I1ae708f0753249226ceb47610a1a4d0b558c1d0e
      e2436b31
  22. 18 Oct, 2019 1 commit
    • Eric Harney's avatar
      Hide cinder CLI errors on bash-completion · 7f282a5e
      Eric Harney authored
      On my environment, the cinderclient CLI reports:
      /usr/lib/python2.7/site-packages/requests/__init__.py:91:
      RequestsDependencyWarning: urllib3 (1.25.6) or
      chardet (2.2.1) doesn't match a supported version!
      
      When running any command.
      
      This is fairly irritating to have pop up in the
      context of cinder bash-completion calls, i.e.,
      when you hit tab after "cinder" at the shell.
      
      Just hide errors there rather than pollute the
      screen with them.
      
      Change-Id: I40019dcc845015de8cfe8165656829cdaa446666
      7f282a5e
  23. 12 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 04625632
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: Ibe8494e386365c15cb8473c6dbf992b1f72888a8
      Sem-Ver: feature
      04625632
  24. 11 Sep, 2019 5 commits
  25. 10 Sep, 2019 1 commit