Re: [Openstack] [Openstack-devel] XENAPI_PLUGIN_FAILURE with kronos

2012-03-13 Thread Thomas Goirand
On 03/13/2012 06:57 PM, John Garbutt wrote: > A few possible issues: > * you might not have the execute permissions set on the xenhost plugin file? > On XenServer that means it fails to register the plugin. Yup, it was that. Thanks for the hint. IMO, the error message should have been a little bi

Re: [Openstack] [Openstack-devel] XENAPI_PLUGIN_FAILURE with kronos

2012-03-13 Thread Thomas Goirand
Hi all, Thanks for those trying to help. Indeed, it was a stupid Unix right issue. The python scripts of nova for XCP aren't chmod +x in the Git (well, in fact, some are, some aren't chmod +x). Now it does seem to work. I'm testing more now, the debian packaging already chmod +x the python files

Re: [Openstack] [Openstack-devel] XENAPI_PLUGIN_FAILURE with kronos

2012-03-13 Thread John Garbutt
> I'm not using CentOS, but Debian (project Kronos). And in there, you just > need to do: > apt-get install nova-xcp-plugins nova-xcp-network > which installs the above in the correct folders (which are *NOT* the same as > for CentOS). I'd love to have a bit of help from Citrix to test all this by

Re: [Openstack] [Openstack-devel] XENAPI_PLUGIN_FAILURE with kronos

2012-03-13 Thread John Garbutt
> On Behalf Of Thomas Goirand > which installs the above in the correct folders (which are *NOT* the same as > for CentOS). I'd love to have a bit of help from Citrix to test all this by > the way. I hear you, and want to help out :-) I hope we can setup some Jenkins tests on various XenServer/X

Re: [Openstack] [Openstack-devel] XENAPI_PLUGIN_FAILURE with kronos

2012-03-13 Thread Armando M.
Your stacktrace: ['XENAPI_PLUGIN_FAILURE', 'non-zero exit', '', ''] 2012-03-13 05:41:32 ERROR nova.virt.xenapi.host [-] The call to host_data returned an error: ['XENAPI_PLUGIN_FAILURE', 'non-zero exit', '', '']. 2012-03-13 05:41:32 CRITICAL nova [-] 'str' object does not support item assignment (

Re: [Openstack] [Openstack-devel] XENAPI_PLUGIN_FAILURE with kronos

2012-03-13 Thread Thomas Goirand
On 03/13/2012 02:32 PM, Renuka Apte wrote: > You need to install the xenapi plugins: > > If you are using devstack (https://github.com/openstack-dev/devstack), the > code below from build_domU.sh does this for you. I'm part of the debian Openstack packaging team, and I worked with Mike on packagi