Skip to content

Commit 20a8a62

Browse files
authored
re-enabled caas access_network
1 parent 98f5b79 commit 20a8a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ resource "openstack_compute_instance_v2" "control" {
415415

416416
network {
417417
port = openstack_networking_port_v2.control.id
418+
access_network = true
418419
}
419420

420421
{% if cluster_storage_network is defined %}

0 commit comments

Comments
 (0)