Skip to content

Commit 4b5a792

Browse files
author
scrungus
committed
remove login sec group from storage port
1 parent 6326621 commit 4b5a792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ansible/roles/cluster_infra/templates/resources.tf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ resource "openstack_networking_port_v2" "login_storage" {
223223
# not sure if needed here
224224
security_group_ids = [
225225
"${openstack_networking_secgroup_v2.secgroup_slurm_cluster.id}",
226-
"${openstack_networking_secgroup_v2.secgroup_slurm_login.id}"
227226
]
228227

229228
# for now, until we set up flavors

0 commit comments

Comments
 (0)