rafaelweingartner commented on a change in pull request #2345: CLOUDSTACK-10164: bugfix allow users to create a VPC through the UI. URL: https://github.com/apache/cloudstack/pull/2345#discussion_r154034011 ########## File path: plugins/network-elements/nuage-vsp/src/com/cloud/network/manager/NuageVspManagerImpl.java ########## @@ -1168,7 +1178,7 @@ private Long getNuageVspHostId(long physicalNetworkId) { return config.getHostId(); } - throw new CloudRuntimeException("There is no Nuage VSP device configured on physical network " + physicalNetworkId); Review comment: What about keeping the message here as a log entry? ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services