BryanMLima commented on PR #8919: URL: https://github.com/apache/cloudstack/pull/8919#issuecomment-2075398153
> > Thanks for testing @DaanHoogland, I got this error in the QA environment, though it is using the 4.19 branch to build it. However, when I built locally with the main branch, this situation does not occur, I am able to create a network for a different account in the deployment view. > > Could you reproduce this error when building locally? This might be a problem with the QA environment. > > I actually think it should fail (while deploying in domain A creating a network in domain B), but i'll give it a go anyway. The `DeployVM` view utilizes the component `CreateNetwork`, indirectly. And the `CreateNetwork` component is agnostic, therefore, I do not see a problem allowing privilege users to create a network different from the VM's owner — even if it does not make sense. This was already the previous behaviour, the ownership component just gave it more flexibility allowing to create for projects as well. -- 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]
