Skip to content

Commit

Permalink
Add VPNaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
bman46 committed Sep 20, 2024
1 parent 4f6a989 commit 59c6447
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion horizon-heat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
FROM docker.io/openstackhelm/horizon:2024.1-ubuntu_jammy

RUN pip install heat-dashboard
# Heat Dashboard:
RUN pip install heat-dashboard

# Horizon VPNaaS:
RUN apt update && apt install git -y
RUN cd ~ && git clone https://opendev.org/openstack/neutron-vpnaas-dashboard
RUN cd ~/neutron-vpnaas-dashboard && pip install .

0 comments on commit 59c6447

Please sign in to comment.