Skip to content

Commit dc507e2

Browse files
committed
Let's enable enable-ml2-port-security out of the box
That's must-have for Octavia so enabling it in bionic-rocky onwards.
1 parent 32f3391 commit dc507e2

33 files changed

Lines changed: 33 additions & 0 deletions

File tree

development/openstack-base-bionic-rocky/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ services:
181181
charm: cs:~openstack-charmers-next/neutron-api
182182
num_units: 1
183183
options:
184+
enable-ml2-port-security: true
184185
neutron-security-groups: true
185186
flat-network-providers: physnet1
186187
worker-multiplier: 0.25

development/openstack-base-bionic-stein/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ services:
197197
charm: cs:~openstack-charmers-next/neutron-api
198198
num_units: 1
199199
options:
200+
enable-ml2-port-security: true
200201
neutron-security-groups: true
201202
flat-network-providers: physnet1
202203
worker-multiplier: *worker-multiplier

development/openstack-base-bionic-train/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ services:
203203
charm: cs:~openstack-charmers-next/neutron-api
204204
num_units: 1
205205
options:
206+
enable-ml2-port-security: true
206207
neutron-security-groups: true
207208
flat-network-providers: physnet1
208209
worker-multiplier: *worker-multiplier

development/openstack-base-bionic-ussuri/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ services:
204204
num_units: 1
205205
options:
206206
manage-neutron-plugin-legacy-mode: true
207+
enable-ml2-port-security: true
207208
neutron-security-groups: true
208209
flat-network-providers: physnet1
209210
worker-multiplier: *worker-multiplier

development/openstack-base-eoan-train-mysql8-migration/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ applications:
212212
charm: cs:~openstack-charmers-next/neutron-api
213213
num_units: 1
214214
options:
215+
enable-ml2-port-security: true
215216
neutron-security-groups: true
216217
flat-network-providers: physnet1
217218
worker-multiplier: *worker-multiplier

development/openstack-base-eoan-train-mysql8-ovn/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ applications:
234234
charm: cs:~openstack-charmers-next/neutron-api
235235
num_units: 1
236236
options:
237+
enable-ml2-port-security: true
237238
neutron-security-groups: true
238239
flat-network-providers: physnet1
239240
worker-multiplier: *worker-multiplier

development/openstack-base-eoan-train/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ services:
203203
charm: cs:~openstack-charmers-next/neutron-api
204204
num_units: 1
205205
options:
206+
enable-ml2-port-security: true
206207
neutron-security-groups: true
207208
flat-network-providers: physnet1
208209
worker-multiplier: *worker-multiplier

development/openstack-base-focal-ussuri-ovn/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ applications:
253253
charm: cs:~openstack-charmers-next/neutron-api
254254
num_units: 1
255255
options:
256+
enable-ml2-port-security: true
256257
neutron-security-groups: true
257258
flat-network-providers: physnet1
258259
worker-multiplier: *worker-multiplier

development/openstack-base-focal-victoria/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ applications:
253253
charm: cs:~openstack-charmers-next/neutron-api
254254
num_units: 1
255255
options:
256+
enable-ml2-port-security: true
256257
neutron-security-groups: true
257258
flat-network-providers: physnet1
258259
worker-multiplier: *worker-multiplier

development/openstack-base-focal-wallaby/bundle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ applications:
249249
charm: cs:~openstack-charmers-next/neutron-api
250250
num_units: 1
251251
options:
252+
enable-ml2-port-security: true
252253
neutron-security-groups: true
253254
flat-network-providers: physnet1
254255
worker-multiplier: *worker-multiplier

0 commit comments

Comments
 (0)