Link: https://openstack.nimeyo.com/85058/?show=85058#q85058<br />
From: imocha <Imocha@gmail.com><br />
<br />
<p>The servers created by nova api is owned by the user who created the server. i.e. based on the token used at the time of calling the Nova API.</p>

<p>If I want to have an admin create the server and assign ownership to a user. Is there any way to add the user_id in the server creation json request. </p>

<p>One way is to use create TRUSTs and impersonal the user and create the server. However, in this case, it would be an overhead for the admin user and also the users need to first create the trust and admin can use the trust to generate the token.</p>