Skip to content
Snippets Groups Projects
Commit f6c65dca authored by František Dvořák's avatar František Dvořák
Browse files

demo: change back the protocol name, just comment the needed workaround

parent f862c9be
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ resource "openstack_compute_secgroup_v2" "ping" {
rule {
from_port = 128
to_port = 0
ip_protocol = "icmp"
# initial installation (bug in terraform): ip_protocol = "icmp"
ip_protocol = "ipv6-icmp"
cidr = "::/0"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment