LuizFelipeCibulski opened a new issue, #8612:
URL: https://github.com/apache/cloudstack/issues/8612

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main 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
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.18.1.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   N/A
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   N/A
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   When trying to import an unmanaged instance it's necessary to change the 
network guest for the instance to be at the right environment network. 
   But when selecting the appropiate network and click on import, Cloudstack 
returns an error saying "Unale to use network with id = ID, permission denied", 
the problem is, even thoug I wrotte the correct network name Cloudstack will 
use the last network created. 
   To solve this, I just deleted and created the network guest, making the 
network the first option on the selection menu.
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   1- Open the Import-Export instances
   2- Select a Unmanaged instances
   3- After inform all the data from the vm, on the "Network selection" section 
change the network for a different on the same vlan:
   3.1- The default option:
   
![1option](https://github.com/apache/cloudstack/assets/78325665/3b9e55fe-aca3-4db1-8f09-e52ecc2ccf20)
   3.2- The select option:
   
![selectoptin](https://github.com/apache/cloudstack/assets/78325665/276add9b-e272-4968-bbd3-c3ab8a46b950)
   4- The error:
   
![error](https://github.com/apache/cloudstack/assets/78325665/c2c645f0-0fb4-408c-afe0-57f5380eb43a)
   5- The confirmation that the id was from the 1 option that appers on the 
selection menu:
   
![confirmation](https://github.com/apache/cloudstack/assets/78325665/90a4545e-ab3c-4776-be49-552a0bc9fb31)
   6- The ID of the corret network guest:
   
![thecorret](https://github.com/apache/cloudstack/assets/78325665/c06df694-d5ed-411c-a848-05d6a8148e92)
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   The network guest selected is used to import the vm.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   The fisrt option on the selection menu is used every time.
   ~~~
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to