Fix default port of MS SQL in security group template

Change-Id: Id20538faa81b730be90b115c6c8c119aeb5a08ee
Closes-Bug: #1250029
This commit is contained in:
Akihiro MOTOKI 2013-11-11 23:17:53 +09:00
parent 7e819638fb
commit 038b5b8020
1 changed files with 2 additions and 2 deletions

View File

@ -428,8 +428,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',