1. 07 Mar, 2019 2 commits
  2. 06 Mar, 2019 3 commits
    • Zuul's avatar
      68adb8cc
    • Zuul's avatar
      Merge "add python 3.7 unit test job" · 73f4a800
      Zuul authored
      73f4a800
    • bhagyashris's avatar
      Remove redundant information from error message · ae4355be
      bhagyashris authored
      Currently user get redundant HTTP error code in error message.
      Removed redundant HTTP error code from the message.
      
      For Example:
      Error message display when user trying to get the non existing image:
      $ glance image-show f433471a-53a8-4d31-bf8f-f0b6b594dfc
      Error message:
      404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc (HTTP 404)
      
      After this fix:
      HTTP 404 Not Found: No image found with ID f433471a-53a8-4d31-bf8f-f0b6b594dfc
      
      Closes-Bug: #1598714
      Change-Id: I33971a2a16416c8538158299325471c2a69dbb3e
      ae4355be
  3. 04 Mar, 2019 2 commits
  4. 28 Feb, 2019 1 commit
  5. 15 Feb, 2019 1 commit
  6. 14 Feb, 2019 1 commit
  7. 18 Jan, 2019 1 commit
  8. 17 Jan, 2019 1 commit
    • Brian Rosmaita's avatar
      Add image-list filter for multihash · 4511a445
      Brian Rosmaita authored
      This was missed when multihash support was added to the glanceclient.
      The os_hash_value is an indexed field in the API.
      
      Includes a release note.
      
      Closes-bug: #1788271
      
      Change-Id: Ibfe28b8c644967b7e0295dfd3f55c3ae1b0cbb2d
      4511a445
  9. 04 Dec, 2018 1 commit
  10. 29 Nov, 2018 1 commit
  11. 15 Nov, 2018 1 commit
  12. 09 Nov, 2018 1 commit
    • Liang Fang's avatar
      Show the backend store info · 5fb14f5e
      Liang Fang authored
      
      
      When running "glance -v image-list" there's no store info listed, so
      user cannot know the type of the backend. This patch added an new option
      "--include-stores" and is to add the store id to the output of "glance
      image-list --include-stores".
      
      The final output may like:
      +-----+------+-------------+-----+----------+--------+-----+------+
      | ID  | Name | Disk_format | ... | Size     | Status |Owner|Stores|
      +-----+------+-------------+-----+----------+--------+-----+------+
      | xxx | img1 | raw         | ... | 10737418 | active | xxx | ceph |
      | xxx | img2 | raw         | ... | 5086345  | active | xxx | file |
      +-----+------+-------------+-----+----------+--------+-----+------+
      
      Change-Id: If86ef714c3aa03ce43ef29f26892f431f4766560
      Co-authored-by: default avatarJack Ding <jack.ding@windriver.com>
      Signed-off-by: default avatarLiang Fang <liang.a.fang@intel.com>
      5fb14f5e
  13. 01 Nov, 2018 1 commit
    • imacdonn's avatar
      Don't quote colon in HTTP headers · 1156346d
      imacdonn authored
      Since the introduction of quoting of header content in
      https://review.openstack.org/568698, the 'x-image-meta-location' header
      has been broken, because urllib.quote() is really intended to be applied
      to only the path section of a URL, but in this case, it gets applied to
      the entire URL, and catches the colon that separates the scheme from the
      remainder of the URL.
      
      This change adds the colon to the list of characters that should not get
      quoted. Since a colon can be directly represented in ASCII, this should
      not invalidate the previous change.
      
      Change-Id: I76a1c9a361b6c9f6eb95ae766b8c3bcf2267703a
      Closes-Bug: #1788942
      1156346d
  14. 24 Oct, 2018 1 commit
  15. 11 Oct, 2018 1 commit
    • Brian Rosmaita's avatar
      Refactor periodic "tips" jobs · 93636d6e
      Brian Rosmaita authored
      Two changes:
      1 - declare the abstract base tips jobs 'abstract'
      2 - add a branch matcher to where the periodic tips jobs
          are invoked in the project definition so that they only
          apply to the master branch
      
      Change-Id: If80ead2796c370b9539a0d7dd12bb8d35de8abcf
      93636d6e
  16. 18 Sep, 2018 1 commit
  17. 17 Sep, 2018 1 commit
    • Andreas Jaeger's avatar
      Cleanup .zuul.yaml · 997e91fe
      Andreas Jaeger authored
      * Sort list of templates alphabetically
      * Use lower-constraints-jobs template, remove jobs
      * Use tox-cover template that runs job voting in gate instead of
        in post queue, remove job
      
      Change-Id: Ifdfa5c4b27cdeb1b4671188bf9fc30cb7f721c07
      997e91fe
  18. 07 Sep, 2018 1 commit
    • Brian Rosmaita's avatar
      Use "multihash" for data download validation · 8fd7e8c6
      Brian Rosmaita authored
      When the Glance "multihash" is available on an image, the
      glanceclient should use it instead of MD5 to validate data
      downloads.  For cases in which the multihash specifies an
      algorithm not available to the client, an option is added
      to the image-download command that will allow fallback to
      the legacy MD5 checksum verification.
      
      Change-Id: I4ee6e5071eca08d3bbedceda2acc170e7ed21a6b
      Closes-bug: #1788323
      8fd7e8c6
  19. 20 Aug, 2018 4 commits
  20. 10 Aug, 2018 1 commit
  21. 26 Jul, 2018 3 commits
  22. 25 Jul, 2018 10 commits