wido commented on issue #2720: Disable creation of new Basic Networking Zones
URL: https://github.com/apache/cloudstack/pull/2720#issuecomment-401018291
 
 
   @DaanHoogland The idea was indeed to block the creation of new networks, not 
disable them.
   
   To also answer @marcaurele , we have a lot of if-else statements in the code 
where we make *assumptions* based on Basic/Advanced networking and many of them 
are not true.
   
   All these if-statements need checking and that stays a thing which we have 
to tag along.
   
   By blocking the creation of new Basic Zones we at least prevent them from 
being created. That does not mean we are dropping support for them, but we do 
not want to encourage people in creating them.
   
   Converting them from Basic to Advanced during a upgrade will be very 
difficult.

----------------------------------------------------------------
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

Reply via email to