Fix default port of MS SQL in security group template

Change-Id: I6ee7fb7d0491b64478d17d7bb9f7fb135a08072d
Closes-Bug: #1250029
This commit is contained in:
Zhenguo Niu
2014-06-05 16:07:00 +08:00
parent a75b849372
commit 330cba5c27

View File

@@ -512,8 +512,8 @@ SECURITY_GROUP_RULES = {
'ms_sql': {
'name': 'MS SQL',
'ip_protocol': 'tcp',
'from_port': '1443',
'to_port': '1443',
'from_port': '1433',
'to_port': '1433',
},
'mysql': {
'name': 'MYSQL',