Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/python-glanceclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/python-glanceclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: unmaintained/2023.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 1, 2023

  1. Update .gitreview for stable/2023.1

    Change-Id: I744a8db08dea32d0dd6293d8a460564e84edde29
    openstackadmin committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1c44468 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2023.1

    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/2023.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I414c80d965d9c1d5819b32432d3620d15965c78c
    openstackadmin committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d9306ef View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Remove incorrect validation for glance-download import method

    Since REMOTE SERVICE INTERFACE has default value to 'public',
    it doesn't make sense to have validation for the same.
    
    Removing this validation and added few missing tests for
    glance-download import method
    
    Conflicts:
         glanceclient/tests/unit/v2/test_shell_v2.py
    
    NOTE: Resolved conflicts caused due to I1d8c69acd5d61fdc426469cd87d1ace81871e60f
    
    Closes-Bug: #2051761
    Change-Id: I89adf23aac5db4f2c46379546def2f71d7c8e163
    (cherry picked from commit 3c5dd23)
    (cherry picked from commit d739d31)
    PranaliDeore committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d94f563 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Bump the CHUNKSIZE to use CPU more efficiently

    The chunk size used for downloading images was 64KiB for some time. That
    is okay for relatively small images but the client side of CPU can be a
    bottleneck especially for large images. Bump the default chunk size from
    64KiB to 1MiB so we can use the client side CPU more efficiently.
    
    [64KiB chunk size - current]
    INFO cinder.image.image_utils Image download 1907.35 MB at 68.61 MB/s
    -> ~ 549 Mbps
    
    [1MiB chunk size - patched]
    INFO cinder.image.image_utils Image download 1907.35 MB at 132.10 MB/s
    -> 1,057 Mbps
    
    Closes-Bug: #2020139
    Change-Id: I8b6e19621fc989526b02319d88fcfde88a17eee0
    (cherry picked from commit 7d78cc4)
    nobuto-m authored and rajathere committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3a2ef8b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update .gitreview for unmaintained/2023.1

    Change-Id: I1dc3134a839504583b58ccaf97f3275d9a2e020e
    openstackadmin committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6b46b85 View commit details
    Browse the repository at this point in the history
Loading