1. 05 Aug, 2020 1 commit
    • Erno Kuvaja's avatar
      Fixes "stores" property added to the image · 4c639034
      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
      (cherry picked from commit 77eab17c)
      4c639034
  2. 13 Apr, 2020 1 commit
  3. 08 Apr, 2020 1 commit
    • Abhishek Kekane's avatar
      Pass --all-stores, --allow-failure as bool to API · 5a438507
      Abhishek Kekane authored
      Newly added command line options --all-stores, --allow-failure are boolean
      but we are passing it as a string to glance API. This will cause problem if
      those parameters are not converted to boolean at API side.
      
      Passing these parameters as boolean instead of string to API.
      
      Change-Id: I8d4eab9241fc9bb24bc40b47bf18d63c86a97d77
      Closes-Bug: #1871674
      (cherry picked from commit dff5c881)
      5a438507
  4. 07 Apr, 2020 4 commits
  5. 06 Apr, 2020 1 commit
  6. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · baa89534
      Andreas Jaeger authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Update classifiers
      - Update requirements, no need for python_version anymore
      
      Change-Id: I6b6dfb0959973abf0c2e8325006025db2a5d85d0
      baa89534
  7. 02 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 82da2378
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Remove hacking and friends from lower-constraints, they are not needed
      for installation.
      
      Change-Id: I5ae47a7b11ff29a301e440c15daf30db7738485b
      82da2378
  8. 26 Mar, 2020 3 commits
  9. 20 Mar, 2020 2 commits
  10. 17 Mar, 2020 1 commit
  11. 05 Mar, 2020 2 commits
  12. 27 Feb, 2020 2 commits
  13. 22 Feb, 2020 1 commit
  14. 19 Feb, 2020 2 commits
    • Erno Kuvaja's avatar
      Remove v1 tests · 993406d5
      Erno Kuvaja authored
      Change-Id: Ic6cb15670a42d0cea424f58d6a1d85d5471e162e
      993406d5
    • Abhishek Kekane's avatar
      Drop support for tempest-full · 23fb691d
      Abhishek Kekane authored
      Even after dropping support for py2, tempest-full job is still running
      using python2.
      
      Removed this job from the set of templates.
      
      Change-Id: If37a91a4a362f37f396c161b980a2db20838fe3b
      23fb691d
  15. 22 Jan, 2020 2 commits
  16. 11 Dec, 2019 1 commit
  17. 15 Nov, 2019 1 commit
  18. 13 Sep, 2019 2 commits
    • OpenStack Release Bot's avatar
      Update master for stable/train · 4767d9de
      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: I21107acca89fe8666e0981e1d7a6de62331b55f6
      Sem-Ver: feature
      4767d9de
    • Zuul's avatar
      Merge "Rename --backend to --store" · 40c19aa4
      Zuul authored
      40c19aa4
  19. 12 Sep, 2019 1 commit
  20. 24 Aug, 2019 1 commit
  21. 21 Aug, 2019 1 commit
  22. 01 Aug, 2019 1 commit
    • Alex Schultz's avatar
      Cleanup session object · 436f797e
      Alex Schultz authored
      If a session object is not provided to the get_http_client function (as
      is done via osc), the glance client uses it's own HTTPClient class. This
      class creates a session but does not properly close it when it is done.
      This can lead to resource warnings about unclosed sockets. This change
      adds a __del__() to the HTTPClient class to close out the session
      correctly.
      
      Change-Id: Idccff338fa84c46ca0e429bb533a2a5217205eef
      Closes-Bug: #1838694
      436f797e
  23. 31 Jul, 2019 2 commits
  24. 30 Jul, 2019 1 commit
    • Lucian Petrut's avatar
      Trivial: fix image format typo · a5610609
      Lucian Petrut authored
      The Glance V1 image format list contains "VDHX", which is a typo.
      This change fixes it, using the correct format name, which is "VHDX".
      
      Luckily, this seems to be used only as part of a help string.
      
      Change-Id: I392f25b3ee0ee9ac6024e1670053191e4bba937a
      a5610609
  25. 29 Jul, 2019 1 commit
  26. 17 Jul, 2019 1 commit
  27. 02 Jul, 2019 1 commit
    • 翟小君's avatar
      Bump openstackdocstheme to 1.20.0 · b79429ae
      翟小君 authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Change-Id: I2577ca452a014402f1377474457095176d422b42
      b79429ae
  28. 25 Jun, 2019 1 commit