Re: problem assigning an instance to a different account in a different domain

2015-11-09 Thread Rafael Weingärtner
Hi Stephan, That is pretty easy. Sadly, we do not have an API for that yet. To do so, you need to change the values “account_id” and “domain_id” from “vm_instance” respectively to the account ID you want to assign it to, do not forget to change the domain_id value to the ID of the domain that the

Re: problem assigning an instance to a different account in a different domain

2015-11-09 Thread Yiping Zhang
The api assignVirtualMachine is for this exact purpose. It seems even to be able to move virtual machines into different zones (I never tried this, since I have only one zone) However, there are some limitations: it does not support advanced networking with SecurityGroup enabled. Since I did

Re: problem assigning an instance to a different account in a different domain

2015-11-09 Thread Rafael Weingärtner
I think that method does not work if the VM is assigned to a Project. I remember that I tried to use that method once, but that did not work and I had to do the change manually. On Mon, Nov 9, 2015 at 7:37 PM, Yiping Zhang wrote: > The api assignVirtualMachine is for this

Re: problem assigning an instance to a different account in a different domain

2015-11-09 Thread Yiping Zhang
Yes, that ’s the other limitation of the api which I wanted to mention, but got distracted and forgot. On 11/9/15, 2:05 PM, "Rafael Weingärtner" wrote: >I think that method does not work if the VM is assigned to a Project. I >remember that I tried to use that