sgoeminn commented on issue #2345: CLOUDSTACK-10164: bugfix allow users to create a VPC through the UI. URL: https://github.com/apache/cloudstack/pull/2345#issuecomment-348124549 @rafaelweingartner The problem only occurs in current master. So 4.10 is not affected. To my knowledge all native (non-nuage) CloudStack deployments are affected. During testing another feature this bug came to the surface. So apparently the listNuageVspDomainTemplat cmd was called by the ui when the create vpc dialog was opened. This command failed when no nuage vsp device was present. As a consequence the ui did not show the dialog. So currently it's not possible to create a vpc through the UI with a native CloudStack deployment. This bugfix, adds robustness to the ui that in case the cmd fails the dialog will appear nonetheless . Furthermore I also changed the listNuageVspDomainTemplateCmd to always return an empty result when there is no nuage zone.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
