Skip to content

Commit d88513d

Browse files
committed
Upgrade neutron 2026.1
1 parent 172718b commit d88513d

4 files changed

Lines changed: 25 additions & 19 deletions

File tree

.github/workflows/containers-openstack.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- glance
3838
- horizon
3939
- keystone
40-
- neutron
4140
- nova
4241
- octavia
4342
- openstack-client
@@ -51,6 +50,15 @@ jobs:
5150
build_args: OPENSTACK_VERSION=2025.2
5251
latest_name: "2025.2"
5352

53+
neutron:
54+
uses: ./.github/workflows/build-container-reuse.yaml
55+
secrets: inherit
56+
with:
57+
container_name: neutron
58+
dockerfile_path: containers/neutron/Dockerfile
59+
build_args: OPENSTACK_VERSION=2026.1
60+
latest_name: "2026.1"
61+
5462
ironic:
5563
uses: ./.github/workflows/build-container-reuse.yaml
5664
secrets: inherit

containers/neutron/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM quay.io/airshipit/neutron:${OPENSTACK_VERSION}-ubuntu_noble AS build
55

66
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
77

8-
# renovate: name=openstack/neutron repo=https://github.com/rackerlabs/neutron.git branch=stable/2025.2
9-
ARG NEUTRON_GIT_REF=feca3f33e610555099caececa990f18c2bad8c9c
8+
# renovate: name=openstack/neutron repo=https://github.com/rackerlabs/neutron.git branch=stable/2026.1
9+
ARG NEUTRON_GIT_REF=1321ccbc5cd56d5502e2335c8a5a374801d88fb9
1010
ADD --keep-git-dir=true https://github.com/rackerlabs/neutron.git#${NEUTRON_GIT_REF} /src/neutron
1111
RUN git -C /src/neutron fetch --unshallow --tags
1212

python/neutron-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"requests>=2,<3",
2828
"neutron-lib>=3,<4",
29-
"neutron>=27,<28",
29+
"neutron>=27,<29",
3030
]
3131

3232
[project.entry-points."neutron.ml2.mechanism_drivers"]

python/neutron-understack/uv.lock

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)