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 method once, but that did not wo

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 exact purpose. It seems

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
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 Stephan Seitz
Hi there! If anyone knows, how to get an instance assigned to a different account in a different domain, I'ld be very happy :) Even if it has to be done via DB manipulation... Just if... :) Stephan Am Mittwoch, den 04.11.2015, 15:59 +0100 schrieb Stephan Seitz: > Hi! > > I'm trying to assign

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

2015-11-04 Thread Stephan Seitz
Hi! I'm trying to assign instances to a different account in a different domain. Currently with no success. The particular instances have been deployed by the initial "admin" account in the ROOT domain, and should be assigned to a domain-admin account. id = 0d7a4ee7-5c6f-11e5-a590-3400a30d0aba <