Skip to content

Commit 9229bda

Browse files
author
scrungus
committed
consistent comments
1 parent f2df57b commit 9229bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ resource "openstack_networking_port_v2" "login" {
213213
}
214214
}
215215

216-
# Storage VLAN
216+
# Storage network
217217
{% if cluster_storage_network is defined %}
218218
resource "openstack_networking_port_v2" "login_storage" {
219219
name = "{{ cluster_name }}-login-storage-0"

0 commit comments

Comments
 (0)