Skip to content

Commit

Permalink
Merge pull request openshift#4734 from shiftstack/bug-1933414
Browse files Browse the repository at this point in the history
Bug 1933414: openstack: Consistent port names
  • Loading branch information
openshift-merge-robot committed Mar 15, 2021
2 parents 0840970 + fc12a8d commit eb47ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/openstack/topology/private-network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "openstack_networking_subnet_v2" "nodes" {
}

resource "openstack_networking_port_v2" "masters" {
name = "${var.cluster_id}-master-port-${count.index}"
name = "${var.cluster_id}-master-${count.index}"
count = var.masters_count
description = local.description

Expand Down

0 comments on commit eb47ed1

Please sign in to comment.