Skip to content

Commit

Permalink
Let's enable enable-ml2-port-security out of the box
Browse files Browse the repository at this point in the history
That's must-have for Octavia so enabling it in bionic-rocky onwards.
  • Loading branch information
nobuto-m committed Jul 22, 2021
1 parent 3f74a67 commit 7482080
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions development/openstack-base-bionic-rocky/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ services:
charm: cs:~openstack-charmers-next/bionic/neutron-api
num_units: 1
options:
enable-ml2-port-security: true
neutron-security-groups: true
flat-network-providers: physnet1
worker-multiplier: 0.25
Expand Down
1 change: 1 addition & 0 deletions development/openstack-base-bionic-stein/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ services:
charm: cs:~openstack-charmers-next/bionic/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-base-bionic-train/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ services:
charm: cs:~openstack-charmers-next/bionic/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-base-bionic-ussuri-ovn/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ applications:
# NOTE(fnordahl): At current state of upstream Neutron development this
# is a requirement. Remove once fixed upstream.
enable-ml2-port-security: true
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-base-bionic-ussuri/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ services:
num_units: 1
options:
manage-neutron-plugin-legacy-mode: true
enable-ml2-port-security: true
neutron-security-groups: true
flat-network-providers: physnet1
worker-multiplier: *worker-multiplier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ applications:
charm: cs:~openstack-charmers-next/eoan/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
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ applications:
charm: cs:~openstack-charmers-next/eoan/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-base-eoan-train/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ services:
charm: cs:~openstack-charmers-next/eoan/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-base-focal-ussuri-ovn/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ applications:
charm: cs:~openstack-charmers-next/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-base-focal-victoria/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ applications:
charm: cs:~openstack-charmers-next/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-base-focal-wallaby/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ applications:
charm: cs:~openstack-charmers-next/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-base-focal-xena/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ applications:
charm: cs:~openstack-charmers-next/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-base-groovy-victoria/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ applications:
charm: cs:~openstack-charmers-next/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-base-hirsute-wallaby/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ applications:
charm: cs:~openstack-charmers-next/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-base-impish-xena/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ applications:
charm: cs:~openstack-charmers-next/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
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ applications:
charm: cs:neutron-api-290
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-lxd-bionic-rocky/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ services:
num_units: 1
options:
flat-network-providers: physnet1
enable-ml2-port-security: true
neutron-security-groups: true
worker-multiplier: 0.25
openstack-origin: cloud:bionic-rocky
Expand Down
1 change: 1 addition & 0 deletions development/openstack-lxd-bionic-stein/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ services:
num_units: 1
options:
flat-network-providers: physnet1
enable-ml2-port-security: true
neutron-security-groups: true
worker-multiplier: 0.25
openstack-origin: cloud:bionic-stein
Expand Down
1 change: 1 addition & 0 deletions development/openstack-telemetry-bionic-rocky/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ services:
options:
openstack-origin: cloud:bionic-rocky
flat-network-providers: physnet1
enable-ml2-port-security: true
neutron-security-groups: true
worker-multiplier: 0.25
to:
Expand Down
1 change: 1 addition & 0 deletions development/openstack-telemetry-bionic-stein/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ services:
options:
openstack-origin: *openstack-origin
flat-network-providers: physnet1
enable-ml2-port-security: true
neutron-security-groups: true
worker-multiplier: *worker-multiplier
to:
Expand Down
1 change: 1 addition & 0 deletions development/openstack-telemetry-bionic-train/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ services:
options:
openstack-origin: *openstack-origin
flat-network-providers: physnet1
enable-ml2-port-security: true
neutron-security-groups: true
worker-multiplier: *worker-multiplier
to:
Expand Down
1 change: 1 addition & 0 deletions development/openstack-telemetry-bionic-ussuri/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ services:
manage-neutron-plugin-legacy-mode: true
openstack-origin: *openstack-origin
flat-network-providers: physnet1
enable-ml2-port-security: true
neutron-security-groups: true
worker-multiplier: *worker-multiplier
to:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ applications:
charm: cs:~openstack-charmers-next/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-victoria/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ applications:
charm: cs:~openstack-charmers-next/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-wallaby/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ applications:
charm: cs:~openstack-charmers-next/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-xena/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ applications:
charm: cs:~openstack-charmers-next/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
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ applications:
charm: cs:~openstack-charmers-next/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-impish-xena/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ applications:
charm: cs:~openstack-charmers-next/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

0 comments on commit 7482080

Please sign in to comment.