Skip to content

Commit 7680a88

Browse files
committed
upgrade_neutron
1 parent 0dc222a commit 7680a88

2 files changed

Lines changed: 11 additions & 3 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

0 commit comments

Comments
 (0)