1. 23 Feb, 2022 1 commit
  2. 22 Feb, 2022 2 commits
    • Abhishek Kekane's avatar
      Release notes for 3.6.0 · ac0324c1
      Abhishek Kekane authored
      Change-Id: I1b441808672c3e362175d20f1d1f282b7f5d70a9
      ac0324c1
    • Erno Kuvaja's avatar
      Add support for Cache API · 62f4f67d
      Erno Kuvaja authored
      This change provides support for the Cache API changes and
      deprecation path for glance-cache-manage command.
      
      Change-Id: I6fca9bbe6bc0bd9b14d8dba685405838131160af
      62f4f67d
  3. 17 Feb, 2022 1 commit
  4. 16 Feb, 2022 2 commits
  5. 02 Feb, 2022 1 commit
  6. 31 Jan, 2022 1 commit
  7. 11 Jan, 2022 1 commit
  8. 20 Dec, 2021 1 commit
  9. 14 Dec, 2021 1 commit
  10. 10 Dec, 2021 3 commits
  11. 22 Sep, 2021 1 commit
  12. 15 Sep, 2021 1 commit
    • jinyuanliu's avatar
      Clean up extra spaces · ec0adb16
      jinyuanliu authored
      Although these errors are not important, they affect the code specification.
      
      Change-Id: I1f91dba079ecf60b1d4b57123048d8409476dde0
      ec0adb16
  13. 10 Sep, 2021 2 commits
  14. 25 Aug, 2021 1 commit
  15. 03 Aug, 2021 1 commit
    • Mridula Joshi's avatar
      Fix undesirable raw Python error · 1eb0bbbe
      Mridula Joshi authored
      Using the glanceclient without a subcommand while
      passing an optional argument triggers the raw Python
      error `ERROR: 'Namespace' object has no attribute
      'func'`. This bug can be reproduced by issuing the
      command `glance --os-image-api-version 2`.
      Added a default value to `func` as placeholder
      so that a help message is shown instead of the Python error.
      
      Closes-Bug: #1903727
      Change-Id: Ie4288262e408192310cbbc240bd1779b265a64fd
      1eb0bbbe
  16. 02 Aug, 2021 1 commit
    • Mridula Joshi's avatar
      Add member-get command · cb084f52
      Mridula Joshi authored
      It is observed that python-glanceclient was missing support for GET /v2/image/{image_id}/member/{member_id} API.
      This patch adds new command `member-get` to support this missing operation.
      
      Closes-Bug: #1938154
      
      Change-Id: I3709f6a39535aa45bee70f468f015ac60a1375a8
      cb084f52
  17. 07 Jul, 2021 1 commit
    • jayonlau's avatar
      Clean up extra spaces · 158d5f42
      jayonlau authored
      Clean up extra spaces, although these errors are not important, they affect the code specification.
      
      Change-Id: I5cf3c668e89a11c7906e0b0aeeb85ebcef3c1352
      158d5f42
  18. 17 May, 2021 1 commit
  19. 05 May, 2021 1 commit
    • XinxinShen's avatar
      setup.cfg: Replace dashes with underscores · b4439965
      XinxinShen 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: I5f8ed2d6b1ca8c26d7fafd280b135554ed597e99
      b4439965
  20. 11 Mar, 2021 2 commits
  21. 05 Mar, 2021 1 commit
  22. 03 Mar, 2021 1 commit
  23. 02 Mar, 2021 1 commit
  24. 18 Dec, 2020 1 commit
  25. 09 Sep, 2020 2 commits
  26. 02 Sep, 2020 2 commits
  27. 21 Aug, 2020 1 commit
  28. 07 Aug, 2020 2 commits
  29. 30 Jul, 2020 1 commit
    • Erno Kuvaja's avatar
      Fixes "stores" property added to the image · 77eab17c
      Erno Kuvaja authored
      "stores" property gets added to the image when
      `glance image-create-via-import` is called with --stores
      
      Change-Id: I514e6e3ac2f3a1f56fb7883ed403a04b1e7f13b0
      Closes-Bug: #1889666
      77eab17c
  30. 27 Jul, 2020 1 commit
  31. 17 Jul, 2020 1 commit