Skip to content

Commit

Permalink
Enable VPNaaS for OVN by default
Browse files Browse the repository at this point in the history
Related-Prod: PRODX-48551
Change-Id: I12d759f136b7b8c42e1abba0b559ea0ea1281268
  • Loading branch information
jumpojoy committed Dec 17, 2024
1 parent c03e688 commit 62c4ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/osdpl/core-ceph-local-ovn-dvr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
pool_start: 10.11.12.100
pool_end: 10.11.12.200
gateway: 10.11.12.11
extensions:
vpnaas:
enabled: True
nova:
console:
spice:
Expand Down
3 changes: 3 additions & 0 deletions examples/osdpl/core-ceph-local-ovn-non-dvr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
pool_start: 10.11.12.100
pool_end: 10.11.12.200
gateway: 10.11.12.11
extensions:
vpnaas:
enabled: True
nova:
console:
spice:
Expand Down

0 comments on commit 62c4ebf

Please sign in to comment.