Fixing protocol for UDP in horizon for master

Closes-Bug: #1472646
Change-Id: Ib5777fcd0f172aa68a99260539187ed9f50f7c98
This commit is contained in:
Bjoern Teipel 2015-07-08 10:21:33 -05:00 committed by Ian Cordasco
parent 5768314812
commit 94e399e351

View File

@ -546,7 +546,7 @@ SECURITY_GROUP_RULES = {
},
'dns': {
'name': 'DNS',
'ip_protocol': 'tcp',
'ip_protocol': 'udp',
'from_port': '53',
'to_port': '53',
},