[Openstack] Migration of 2 VMs to the same Compute node

2015-02-14 Thread Daniel Spiekermann
Hi all, is it possible to migrate 2 different VMs to the same compute node? As I unterstood, a migration is not deterministic, the scheduler only decides, when a migration will start and which new compute node (depending of the image, the os, the load, the free space, etc.) will choosen. My pla

Re: [Openstack] Migration of 2 VMs to the same Compute node

2015-02-16 Thread Daniel Spiekermann
Am 16.02.2015 um 16:55 schrieb Adnan Smajlovic: On 16 February 2015 at 14:22, Christian Berendt <mailto:christ...@berendt.io>> wrote: On 02/14/2015 06:54 PM, Daniel Spiekermann wrote: > is it possible to migrate 2 different VMs to the same compute node? Have you tried

[Openstack] [OpenStack] [Keystone] Problem with keystone and token, ERROR: openstack Maximum lock attempts on _lockusertokens

2015-09-04 Thread Daniel Spiekermann
Hi all, I have some trouble with my new test environment of openstack. I installed OpenStack Kilo on my Ubuntu 14.04 LTS Server, running in a virtualbox VM. I use the official documentation, which can be found here: http://docs.openstack.org/kilo/install-guide/install/apt/content/ I did each pa

Re: [Openstack] [OpenStack] [Keystone] Problem with keystone and token, ERROR: openstack Maximum lock attempts on _lockusertokens

2015-09-04 Thread Daniel Spiekermann
Hi Boris > >> openstack user list >> ERROR: openstack Maximum lock attempts on >> _lockusertokens-041ce40b76cf4abb8fe64fae18d78403 occurred. (Disable debug >> mode to suppress these details.) (HTTP 500) (Request-ID: >> req-f92bb44e-ca46-4405-bc36-4305a8614c58) > > This has something to do with lo

[Openstack] Problem with Keystone on Debian 7

2014-08-12 Thread Daniel Spiekermann
Hi all, I'm new to Openstack, and now have some problems with the installation of OS Havana on Debian 7. I used the official document for Debian 7(http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/) word-by-word, but there are some strange errors, I can't explain. I

Re: [Openstack] Problem with Keystone on Debian 7

2014-08-15 Thread Daniel Spiekermann
Am 15.08.2014 04:43, schrieb sylecn: On Tue, Aug 12, 2014 at 4:42 PM, Daniel Spiekermann <mailto:daniel.spiekerm...@fernuni-hagen.de>> wrote: Hi all, I'm new to Openstack, and now have some problems with the installation of OS Havana on Debian 7. I use

Re: [Openstack] Problem with Keystone on Debian 7

2014-08-15 Thread Daniel Spiekermann
Am 15.08.2014 10:22, schrieb sylecn: so I create a special admin via keystone user-create --name dsp --pass 123 keystone user-role-add --name dsp --role admin --tenant admin then I unset OS_SERVICE_TOKEN and try to get the user-role-list via keystone --debug --os-username