Add IPv6 security group rule to cloud-launcher
As our clouds support IPv6, we'll also need a security group rule. Change-Id: I37cd5b99eec6b59b3bb006b5875d105f97b0018e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
756c6d3bb3
commit
8a801b5d76
@ -16,6 +16,9 @@ profiles:
|
|||||||
- security_group: default
|
- security_group: default
|
||||||
ethertype: IPv4
|
ethertype: IPv4
|
||||||
remote_ip_prefix: 0.0.0.0/0
|
remote_ip_prefix: 0.0.0.0/0
|
||||||
|
- security_group: default
|
||||||
|
ethertype: IPv6
|
||||||
|
remote_ip_prefix: ::/0
|
||||||
- name: openstackci-flavors
|
- name: openstackci-flavors
|
||||||
flavors:
|
flavors:
|
||||||
- name: nodepool
|
- name: nodepool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user