You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/08/26 19:21:07 UTC

[GitHub] [cloudstack] GabrielBrascher opened a new issue #3570: Cannot choose network on UI when network has SG and IPv6 cidr not null

GabrielBrascher opened a new issue #3570: Cannot choose network on UI when network has SG and IPv6 cidr not null 
URL: https://github.com/apache/cloudstack/issues/3570
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
    
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI and Network (NetworkModelImpl)
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   +4.12
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   This issue happens when a network has all the following characteristics:
   - advanced networking with security groups
   - traffic type of "Guest"
   - guest type of "Shared"
   - IPv6 cidr not null
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   The Javascript code adds the parameter `canusefordeploy=true` on the API call when the network is an advanced network with security groups. With that, the endpoint (management server) expects "canUseForDeploy" == true; however, the returned value is false due to not finding IPv6 addresses available in the network which makes the UI to not list the networks.
   
   Table "user_ipv6_address" (UserIpv6AddressVO) is empty and will always be (as it is a legacy code/table, not used in any IP allocation flow). I will be soon sending a PR fixing it by removing that IPv6 address verification.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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