CLOUDSTACK-7425: Fixed 'Failed to create network offering due to invalid service Lb'

This commit is contained in:
Gaurav Aradhye 2014-08-28 15:06:47 +05:30 committed by Girish Shilamkar
parent a4307f85c6
commit ab8af44627
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ test_data = {
"name": 'Test Nw off isolated persistent',
"displaytext": 'Test Nw off isolated persistent',
"guestiptype": 'Isolated',
"supportedservices": 'Dhcp,Dns,SourceNat,PortForwarding, Lb',
"supportedservices": 'Dhcp,Dns,SourceNat,PortForwarding,Lb',
"traffictype": 'GUEST',
"ispersistent": 'True',
"availability": 'Optional',
@ -1206,4 +1206,4 @@ test_data = {
},
"ostype": 'CentOS 5.6 (64-bit)',
}
}
}