Network page - Add guest network dialog - network offering dropdown - pass guestiptype instead of type to listNetworkOfferings API.

This commit is contained in:
Jessica Wang 2012-03-08 10:02:34 -08:00
parent 0379f0fdcd
commit 6962ad9c49
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
$.ajax({
url: createURL('listNetworkOfferings&zoneid=' + args.zoneId),
data: {
type: 'Isolated',
guestiptype: 'Isolated',
supportedServices: 'SourceNat',
specifyvlan: false,
state: 'Enabled'