Skip to content

Commit 3c90ad6

Browse files
authored
Allow OCCM to manage LB security groups (#469)
* Allow OCCM to manage LB security groups * Update code owners to azimuth-core-maintainers group
1 parent 4a096c8 commit 3c90ad6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
# Default owner for all files unless otherwise specified
2-
* @mkjpryor
3-
4-
# Tyler looks after the CI, so make him a code owner on CI-related files as well
5-
/.github/ @mkjpryor @scrungus
6-
ci/. @mkjpryor @scrungus
2+
* @azimuth-cloud/azimuth-core-maintainers

charts/cluster-addons/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ openstack:
7474
# By default, ignore volume AZs for Cinder as most clouds have a single globally-attachable Cinder AZ
7575
BlockStorage:
7676
ignore-volume-az: true
77+
LoadBalancer:
78+
manage-security-groups: true
7779
# Settings for the Cloud Controller Manager (CCM)
7880
ccm:
7981
# Indicates if the OpenStack CCM should be enabled

0 commit comments

Comments
 (0)