weizhouapache commented on a change in pull request #5965:
URL: https://github.com/apache/cloudstack/pull/5965#discussion_r812655099



##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41610to41700.sql
##########
@@ -641,3 +641,8 @@ CREATE VIEW `cloud`.`domain_router_view` AS
         `cloud`.`async_job` ON async_job.instance_id = vm_instance.id
             and async_job.instance_type = 'DomainRouter'
             and async_job.job_status = 0;
+
+INSERT INTO `cloud`.`user_vm_details`(`vm_id`, `name`, `value`)

Review comment:
       @davidjumani 
   is it possible that ssh keypairs are under different account but have same 
public key ?
   for example, a user register a public key under ROOT/admin, then register 
same public key in his owner account ?




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