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-openstackclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 635b463
Choose a base ref
...
head repository: openstack/python-openstackclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01668c8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 6, 2026

  1. Add support for passing image size to Glance API

    Add a --size option to the ``openstack image create`` and ``openstack
    image stage`` commands so users can specify the size of image data
    being uploaded. Providing this can improve upload performance. When
    omitted, openstacksdk calculates the size automatically when possible.
    
    Assisted-By: Cursor (claude-4.5-sonnet)
    Change-Id: Ie92c4544e058f5c12c485595554c084772982a7b
    Signed-off-by: Abhishek Kekane <akekane@redhat.com>
    konan-abhi committed Aug 6, 2026
    Configuration menu
    Copy the full SHA
    3e8727c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. Configuration menu
    Copy the full SHA
    01668c8 View commit details
    Browse the repository at this point in the history
Loading