nvazquez opened a new pull request #3010: Fix DirectNetworkGuru canHandle 
checks for lowercase isolation methods
URL: https://github.com/apache/cloudstack/pull/3010
 
 
   ## Description
   
   Fixes: #2989 
   
   In upgrade to 4.11 RC4 from 4.9.3 it was found that Shared networks could 
not be created after the upgrade, failing with: 
   
![image](https://user-images.githubusercontent.com/5295080/48094758-c26b9b00-e1f1-11e8-8a56-ccc9d0098966.png)
   
   The DirectNetworkGuru refused to design the network due to the isolation 
method from the physical network was "vlan" and the guru expected "VLAN"
   
   ````
   2018-11-06 16:21:37,396 TRACE [c.c.n.g.DirectNetworkGuru] 
(qtp1096283470-28:ctx-bdc0f3b5 ctx-dacb5ddd) (logid:f3094acc) We only take care 
of Guest networks of type Shared
   ````
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## How Has This Been Tested?
   

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