Fixing protocol for UDP in horizon for master
Closes-Bug: #1472646 Change-Id: Ib5777fcd0f172aa68a99260539187ed9f50f7c98
This commit is contained in:
parent
5768314812
commit
94e399e351
@ -546,7 +546,7 @@ SECURITY_GROUP_RULES = {
|
|||||||
},
|
},
|
||||||
'dns': {
|
'dns': {
|
||||||
'name': 'DNS',
|
'name': 'DNS',
|
||||||
'ip_protocol': 'tcp',
|
'ip_protocol': 'udp',
|
||||||
'from_port': '53',
|
'from_port': '53',
|
||||||
'to_port': '53',
|
'to_port': '53',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user