We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6326621 commit 4b5a792Copy full SHA for 4b5a792
ansible/roles/cluster_infra/templates/resources.tf.j2
@@ -223,7 +223,6 @@ resource "openstack_networking_port_v2" "login_storage" {
223
# not sure if needed here
224
security_group_ids = [
225
"${openstack_networking_secgroup_v2.secgroup_slurm_cluster.id}",
226
- "${openstack_networking_secgroup_v2.secgroup_slurm_login.id}"
227
]
228
229
# for now, until we set up flavors
0 commit comments