Skip to content

Commit

Permalink
Fix ingress_port security group
Browse files Browse the repository at this point in the history
  • Loading branch information
mandre committed Aug 8, 2019
1 parent 461fe70 commit 664518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/openstack/topology/private-network.tf
Expand Up @@ -83,7 +83,7 @@ resource "openstack_networking_port_v2" "ingress_port" {

admin_state_up = "true"
network_id = openstack_networking_network_v2.openshift-private.id
security_group_ids = [openstack_networking_secgroup_v2.master.id]
security_group_ids = [openstack_networking_secgroup_v2.worker.id]
tags = ["openshiftClusterID=${var.cluster_id}"]

fixed_ip {
Expand Down

0 comments on commit 664518d

Please sign in to comment.