Skip to content

Commit

Permalink
Add neutron VPNaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 authored Sep 19, 2024
1 parent a8f9d2a commit fe45cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build_matrix:
strategy:
matrix:
container: ["keystone-oidc", "horizon-heat"]
container: ["keystone-oidc", "horizon-heat", "neutron-vpnaas"]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions neutron-vpnaas/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy

RUN pip install neutron-vpnaas

0 comments on commit fe45cb3

Please sign in to comment.