Re: [Openstack] Nova "migrate" and "resize"

2012-06-07 Thread Johannes Erdfelt
On Thu, Jun 07, 2012, Roman Sokolkov wrote: > Why openstack doesn't use RPC for resize and migrate stuff? Nova does use RPC for resizes and migrations. The SSH keys are for tranferring the instance image data, which would be inappropriate for RPC. I think Nova would be open to other means of bu

Re: [Openstack] Nova "migrate" and "resize"

2012-06-07 Thread Roman Sokolkov
Why openstack doesn't use RPC for resize and migrate stuff? We also plunged in this issue with automated deployment. 2012/6/6 Belmiro Moreira > Hi, > I mention "nova" user because it's the default in the main distros. > If I understood correctly your question, you can have different users... >

Re: [Openstack] Nova "migrate" and "resize"

2012-06-06 Thread Belmiro Moreira
Hi, I mention "nova" user because it's the default in the main distros. If I understood correctly your question, you can have different users... of course you need to distribute the right keys for ssh access and make sure they have the right permissions in your nova installation. cheers, Belmiro

Re: [Openstack] Nova "migrate" and "resize"

2012-06-05 Thread William Herry
Hi Belmiro, thanks for your share Is that required that the two node must have the same setting about the user, like they all use nova run nova-* command, what if I set them different(one of them run nova-* command with user 'stack', is it possible to make it work also? Thanks On Wed, Jun 6, 201