Re: [Openstack] nova boot --hint same_host=[UUID] fails with "InstanceNotFound: Instance [ could not be found." ?

2012-06-26 Thread Vishvananda Ishaya
Filed a bug here: https://bugs.launchpad.net/nova/+bug/1017988 Fix for nova to allow hints that are not lists: https://review.openstack.org/9002 fix for novaclient to turn multiple hints into a list: https://review.openstack.org/9006 Vish On Jun 26, 2012, at 1:31 AM, Christian Parpart wrote:

Re: [Openstack] nova boot --hint same_host=[UUID] fails with "InstanceNotFound: Instance [ could not be found." ?

2012-06-26 Thread Jay Pipes
On 06/26/2012 04:31 AM, Christian Parpart wrote: Hey all, while strictly following the guidelines [1] on how to spawn an instance on the same host as another instance, I don't see any link for [1] above? I run into the error, that it cannot find some instanced called: "[", which - of course

[Openstack] nova boot --hint same_host=[UUID] fails with "InstanceNotFound: Instance [ could not be found." ?

2012-06-26 Thread Christian Parpart
Hey all, while strictly following the guidelines [1] on how to spawn an instance on the same host as another instance, I run into the error, that it cannot find some instanced called: "[", which - of course - is not the UUID I specified. I tried dropping the [ ] and just passed the UUID right away