[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508975#comment-13508975
 ] 

Brian Federle commented on CLOUDSTACK-563:
------------------------------------------

Hi Ilya,

You can provide the AJAX response via the Firebug console.

If you have Firebug installed, open it and make sure the 'Console' tab is 
enabled (it may be disabled by default). Then, open the add network form. You 
should see this URL output in the console window:

http://localhost:8080/client/api?command=listNetworkOfferings&state=Enabled&zoneid=4f0035f4-133f-4ccb-8b6d-14b2c1a50c9d&guestiptype=Shared&response=json&sessionkey=mRtKlwtKeMAix2sUXM12mI4AMtk%3D&_=1354563645123

If you expand this line and go to the Response tab, it will show you the API 
response:

{ "listnetworkofferingsresponse" : { "count":1 ,"networkoffering" : [  
{"id":"b8f89f66-d6ab-474d-93e0-146a1ce3de96","name":"DefaultSharedNetworkOffering","displaytext":"Offering
 for Shared 
networks","traffictype":"Guest","isdefault":true,"specifyvlan":true,"conservemode":true,"specifyipranges":true,"availability":"Optional","networkrate":200,"state":"Enabled","guestiptype":"Shared","serviceofferingid":"9becad44-58b1-45c1-9f49-a61f14311f92","service":[{"name":"Dns","provider":[{"name":"VirtualRouter"}]},{"name":"Dhcp","provider":[{"name":"VirtualRouter"}]},{"name":"UserData","provider":[{"name":"VirtualRouter"}]}],"forvpc":false}
 ] } }

Please post the contents of the response -- normally you would see content here 
like above, but if not then it might be an issue with the backend/API.
                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>            Assignee: Brian Federle
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the 
> attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared 
> networks)
> We also need the ability to pick the proper Physical Network Name - which is 
> not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate 
> bug request for that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to