Skip to content

Commit

Permalink
Merge pull request #8202 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…8180-to-release-4.15

[release-4.15] OCPBUGS-31335: openstack: Honour worker server group policy
  • Loading branch information
openshift-merge-bot[bot] committed Apr 4, 2024
2 parents c4f2d7c + 6be0c6e commit 24a8279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/openstack/masters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ resource "openstack_compute_instance_v2" "master_conf_2" {
resource "openstack_compute_servergroup_v2" "server_groups" {
for_each = var.openstack_worker_server_group_names
name = each.key
policies = [var.openstack_master_server_group_policy]
policies = [var.openstack_worker_server_group_policy]
}

resource "openstack_networking_port_v2" "master_0_failuredomain" {
Expand Down

0 comments on commit 24a8279

Please sign in to comment.