Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let's enable enable-ml2-port-security out of the box #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions development/openstack-base-focal-yoga/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ applications:
channel: yoga/stable
num_units: 1
options:
enable-ml2-port-security: true
neutron-security-groups: true
flat-network-providers: physnet1
openstack-origin: *openstack-origin
Expand Down
1 change: 1 addition & 0 deletions development/openstack-base-jammy-yoga/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ applications:
charm: ch:neutron-api
num_units: 1
options:
enable-ml2-port-security: true
neutron-security-groups: true
flat-network-providers: physnet1
worker-multiplier: *worker-multiplier
Expand Down
1 change: 1 addition & 0 deletions development/openstack-telemetry-focal-yoga/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ applications:
charm: ch:neutron-api
num_units: 1
options:
enable-ml2-port-security: true
neutron-security-groups: true
flat-network-providers: physnet1
worker-multiplier: *worker-multiplier
Expand Down
1 change: 1 addition & 0 deletions development/openstack-telemetry-jammy-yoga/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ applications:
charm: ch:neutron-api
num_units: 1
options:
enable-ml2-port-security: true
neutron-security-groups: true
flat-network-providers: physnet1
worker-multiplier: *worker-multiplier
Expand Down
3 changes: 3 additions & 0 deletions development/overlays/loadbalancer-octavia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ applications:
- lxd:1
barbican-vault:
charm: cs:~openstack-charmers-next/barbican-vault
neutron-api:
options:
enable-ml2-port-security: true
octavia:
series: bionic
charm: cs:~openstack-charmers-next/octavia
Expand Down
3 changes: 3 additions & 0 deletions stable/overlays/loadbalancer-octavia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ applications:
- lxd:1
barbican-vault:
charm: cs:barbican-vault
neutron-api:
options:
enable-ml2-port-security: true
octavia-ovn-chassis:
charm: cs:ovn-chassis
octavia-mysql-router:
Expand Down