mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7425: Fixed 'Failed to create network offering due to invalid service Lb'
This commit is contained in:
parent
a4307f85c6
commit
ab8af44627
|
|
@ -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)',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue