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/devstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/devstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2026.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 20, 2026

  1. Update .gitreview for stable/2026.1

    Change-Id: I114173aec84eaca12bf224848720f99c9fa4bcf2
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    f5a7c61 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2026.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/2026.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I9d1b0e9bdeac729e720ce6283c73a4772ebebef2
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    b883990 View commit details
    Browse the repository at this point in the history
  3. Update devstack stable/2026.1 branch setting

    Change-Id: I21ac773ee953ea65e3b92712362adc4279065322
    Signed-off-by: Ghanshyam Maan <[email protected]>
    gmaanos committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    4a7b148 View commit details
    Browse the repository at this point in the history
  4. Stop installing Tempest at system wide for stable branch

    As added in notes for INSTALL_TEMPEST variable we need to set
    this as False for stable branch so that devstack does not
    install Tempest at system wide.
    
    Change-Id: Idd1c02883bf37d65295d9d1295e843e766b02efc
    Signed-off-by: Ghanshyam Maan <[email protected]>
    gmaanos committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    1368244 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    84d12ce View commit details
    Browse the repository at this point in the history
  2. Cap stable/2026.1 network, swift, volume api_extensions for tempest

    This commit cap the network, volume and swift extensions on
    Tempest's config option api_extensions.
    
    and no new extensions in swift and cinder.
    
    Change-Id: I02ee6ef51a138c536a887ce1d3d9d13d9b000d0a
    Signed-off-by: Ghanshyam Maan <[email protected]>
    gmaanos committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    1fdcb5e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. [stable-only] Remove unsupported bionic nodeset

    Ubuntu bionic is no longer supported and we need to
    remove its nodeset A dummy nodesets were defined in
    master (2026.2) branch which is enough to avoid the zuul
    config error.
    
    NOTE: master change for bionic cleanup was merged late
    and missed the stable/2026.1 branch cut deadline.
    
    Change-Id: I3930142a5cec2a6aaaf9721f9c00e0f8b029edb6
    Signed-off-by: Ghanshyam Maan <[email protected]>
    gmaanos committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    3d46af1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. Fix noble OVN source Zuul parent

    The noble OVN source job inherits from a removed parent job. That leaves
    .zuul.yaml with a reference to an undefined job and causes Zuul
    configuration parsing to fail when changes to the file are validated.
    
    The OVN source variant inherits directly from tempest-full-py3 and
    sets the noble nodeset, timeout, and swap size on the job itself. This
    keeps the job definition self-contained without restoring a separate
    platform job for the current default distro.
    
    Change-Id: I922825794c84f8cb8ef2d0ed4439e83f896d19dc
    Signed-off-by: Sean Mooney <[email protected]>
    (cherry picked from commit 1a0e16b)
    SeanMooney authored and mnasiadka committed May 21, 2026
    Configuration menu
    Copy the full SHA
    da2f4d7 View commit details
    Browse the repository at this point in the history
Loading